Top "Silverlight-3.0" questions

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.

How to go to particular Item in IEnumerable

I have IEnumerable which contains number Data inside it. Edit The IEnumerable is from System.Collection.Ienumerable directive. Attached the …

c# .net silverlight silverlight-3.0 ienumerable
Invalid cross-thread access issue

I have two ViewModel classes : PersonViewModel and PersonSearchListViewModel. One of the fields PersonViewModel implements is a profile image that is …

c# silverlight multithreading silverlight-3.0
"Dialogs must be user-initiated." with SaveFileDialog in Silverlight 3

I am working on a Silverlight 3 app with C#. I would like to allow the user to download an image …

c# .net silverlight-3.0
Pass value of a field to Silverlight ConverterParameter

I'm writing my very first Silverlight app. I have a datagrid with a column that has two labels, for the …

datagrid silverlight-3.0 ivalueconverter
Sync SelectedItems in a muliselect listbox with a collection in ViewModel

I have a multi-select listbox in a SL3 app using prism and I need a collection in my viewmodel that …

silverlight-3.0 mvvm prism
C# Silverlight 3 - Programmatically Navigate Between Pages?

Say I have a C# Silverlight 3 application with a number of pages. The first page is called Home, and the …

c# silverlight silverlight-3.0 navigation
Access ResourceDictionary items programmatically

I have a Silverlight controls assembly, called "MySilverlightControls". Several folders down into that assembly I have a class which extends …

silverlight silverlight-3.0 resources controltemplate resourcedictionary
Silverlight application doesn't run. I get an invalid or malformed application error

I have a Silverlight application, and when I click 'run' Internet Explorer starts up and nothing is shown. I get …

silverlight silverlight-3.0
Silverlight child windows in MVVM pattern

I am trying to find the right way to get the data from a ChildWindow/popup using a MVVM pattern …

silverlight silverlight-3.0 mvvm