Using silverlight 4, I\'ve set the target of a label to a combobox. The combobox has two bindings set, and its using the wrong one to get the label\'s contents.
I have used MVVMLight before in a few projects.Has anyone who has used Prism before know of any significant benefits ove开发者_如何学Pythonr MVVMLight.Or do they pretty much have the same features?Pri
I have got a very big confusing question..开发者_StackOverflow.. is .xaml file is a page or a usercontrol.
I am developing a Silverlight application which contains a page that looks like this: --------------------------------
Code: <toolkit:Chart x:Name=\"pieChart\" Grid.Row=\"2\" Title=\"\"> <toolkit:Chart.Series> <toolkit:PieSeries ItemsSource=\"{Binding}\"
I\'m using composition attribute. Recently I came into the following blog: http://brettsam.com/2011/03/25/ria-services-composition-with-entity-framework/
Please help, the grid splitter in not splitting correctly to the right, the testing button content. Is there anything I\'ve missed out in using grid splitter?
I am trying to color the row based on a column value and may be other calculations in the value converter, but as long as I set the background value to any binding or anything but the hardcoded color
I am not able to set path of resource dictionary.... <ResourceDictionary> <ResourceDictionary.MergedDictionaries>
how to create sub menu below menu item in silverlight 4 my code is as below <StackPanel Orientation=\"Horizontal\" VerticalAlignment=\"Top\" >