silverlight
WPF TabControl with DataTemplate behaves very strange
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[详细]
2023-04-11 23:08 分类:问答How to un-check radio button that appear in ItemsControl ?
I define ItemControl that contain Radio Button. <ItemsControl x:Name=\"items\" ItemsSource=\"{Binding Path=myItemList}\" >[详细]
2023-04-11 23:03 分类:问答Accessing user control properties in IvalueConverter | silverlight 4
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[详细]
2023-04-11 22:14 分类:问答Silverlight 4 OOB White Screen of Death. Failed to load pre-requisites for the application
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[详细]
2023-04-11 19:11 分类:问答WCF / Silverlight requests timing out after 30 secs with WebRequest.RegisterPrefix
I have a WCF webservice and a SL4 client which always times out after 30secs with a ConnectionTimeout exception.[详细]
2023-04-11 18:27 分类:问答How to 'get past' A HALT in debuggung C#, WPF
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[详细]
2023-04-11 18:26 分类:问答How to ensure that clearing UIElementCollection immediately clears my control's children?
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[详细]
2023-04-11 18:13 分类:问答Silverlight scrolling in RichTextBox
Is there a way t开发者_如何学Pythono scroll, for example, to the start of a RichTextBox from C# code?[详细]
2023-04-11 18:05 分类:问答How do I change the default font used by Silverlight?
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[详细]
2023-04-11 17:49 分类:问答trying to consume a WCF service in silverlight application?
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[详细]
2023-04-11 17:40 分类:问答