I want to use the silverlight unit tes开发者_JAVA技巧t framework to integration test my application.
My application has a master database which has around 50 tables which are used as lookup tables and will provide data to fill the comboboxes and any other controls and also some application settings t
I\'m using RIA services with Silverlight 4 and would like to limit the fields that are retur开发者_C百科ned from the service.For example:
I set IsTabStop to false on a text box and I know that this makes the control unable to receive focus, but according to the Silverlight Forums, it should still be able to receive mouse events. I have
I have a ItemsControl with its ItemsSource bound to a collection, additionally I have a ItemTemplateSelector set.
Greetings, I\'m looking for a way in Silverlight to have a control which repeats a template for each i开发者_C百科tem bound to it.
I am working on silverlight application and I want to panning image like top, bottom, left, right how I c开发者_如何学Can panning the image.
How can I virtualize canvas? When I add just about 1500 items to canvas, it just freezes for a while and then I get the output on the screen. How can I virtualize it\'s UI so that Canvas only occupies
I am trying to accomplish the task of sending an instance of System.Type from a WCF REST JSON service to a Silverlight client. A开发者_开发知识库lthough System.Type is marked as Serializable, my WCF s
I want to use DataPager with MVVM but it\'s not easy. After I search on internet, there are 2 ways to use DataPager with MVVM in Silverlight.