i want resize width of agdatagridcolumn in a agdatagrid with animation code : (CreateStb(agdatagrid)).Begin();//Exceptin: Cannot resolve TargetProperty Widthonspecified object.
We have a sql server database with primary key (as identity column) and we have followed MVVM model to insert the database records. We have a Data Grid binded with View Model to display the results. W
How can I programmatically add UIElements to canvas in Silverlight 4? But nothing happens. When I check for the existence of the image it is there
I am using MEF, MVVM and Silverlight4 and below is my code Main.cs: using System; using System.ComponentModel;
I ham developing a Silverlight RIA solution that needs to return a hierarchical model from the server which is declared as below.
I have a ViewModel for an edit screen in a SL4 R开发者_Go百科IA Service solution that looks like this:
It se开发者_运维知识库ems like a default behavior to pause the silverlight application when it is minimized.Is there a way to avoid this behavior?It doesn\'t pause, the UI thread gets throttled to a m
In a Silverlight application that doesn\'t run in a browser, is it possible to create a new top-level window? Or at least a child window?
I have an chat like tcp application.I want to differ the colors of sent and received messages. How can I do 开发者_StackOverflow社区that programmatically?
I\'m adding a syndication (RSS) feed into a Bing maps application where the data is downloaded and populated on a mouse over event. The download is super fast but of course it has to be downloaded asy