If you put controls in your DataTemplate, why are their individual states copied or reflected in each and every Tab in the TabControl? You change it in one Tab, all other Tabs reflect, why is that?! I
I define ItemControl that contain Radio Button. <ItemsControl x:Name=\"items\" ItemsSource=\"{Binding Path=myItemList}\" >
I am trying to write a custom silverlight control which represents a water tank. It has two dependency properties, liquidLevel and liquidCapacity, and I want to pass both of these parameters into a co
I\'m developing a SL4 OOB application that has suddenly started giving me the white screen of death. If I try to run it \'in-browser\' and check the console I can see the error 2105 : \'Failed to loa
I have a WCF webservice and a SL4 client which always times out after 30secs with a ConnectionTimeout exception.
I am running an app C#, WPF and the manager is making some changes to some SP\'s (not mine) but it causes the app to halt. He says i should be able to
I have a Silverlight control which maintains a set of children. This set of children is quite rapidly updated during animations and a method that looks like this is called every time an animated depen
Is there a way t开发者_如何学Pythono scroll, for example, to the start of a RichTextBox from C# code?
Is there any way to change the default font (Portable User Interface) used by Silverlight to a custom font without specifying a style for every single UI element? I want to avoid hav开发者_Go百科ing t
I created a silver light project,where i am trying to load a datagrid in my main page.As I came to know that ADO.net is not supported in silverlight ,i made use of silver light enabled WCF service.I f