Can you surround Datafields in a开发者_运维知识库 border? I have a large form that needs to be organized into sections, \"Customer INformation\" for instance.
Could anyone tell me the events that are fired du开发者_如何转开发ring a Silverlight control\'s lifecycle please?
In an SL3 datagrid, is it possible to have every cell of the grid editable? I need to create a UI that\'s similar to an Excel worksheet. Upon a button click, the entire collection of objects would be
I am trying to create a TreeView control that would behave in a similar fashion to the object tree in Blend (pictured below).I would like to have a button displayed all the way to the right s开发者_运
how to access silverlight3 DataGrid cell value programatically? I know that I can use DataContext to access the data, but I need to access control contained in a specific cell.
Is there an ea开发者_JAVA技巧sy way to give rounded corners to the boundary of a DataGrid in Silverlight 3?
I want to save a writableimage in Silverlight to disk. I found this tutorial : http://kodierer.blogspot.com/2009/11/convert-encode-and-decode-silverlight.html, and have based my code on the EncodeJpe
I have implemented a WCF service that uses a TransportWithMessageCredential binding and a custom UserNamePasswordValidator.
I\'m buildi开发者_高级运维ng an application with Silverlight 3.0 and I need a Text control that can provide the following features:
I\'m wondering whether you can get the client\'s machine name. I guess you cannot. Its interesting what you can get in the System.Window开发者_运维百科s.Application namespace.