How can I write a 开发者_开发问答unit test to test the ActualWidth property in a UserControl in Silverligh 4?
I have a DataGrid that I want to simply display data in.I don\'t want anything to be selected.However, it always wants to select the first column of the first row.
I am building out a number of Silverlight 4.0 libraries that are part of the same solution.I like to break them into separate projects and have a Unit Test project for each:
I finally got Silverlight 4 Toolkit installed , referenced and working after the difficulty of finding the right namespace described in this question.
I\'m probably overlooking something that will be obvious when I see the solution, but for now... I am attempting to use a custom cursor inside the chart area of a Toolkit chart.I have created a Contr
I\'ve been working towards a solution for some time and could use a little help.I know I\'ve seen an example of this before, but tonight I cannot find anything close to what I need.
In Silverlight an AccordionItem is inside another one . When the inner one is selected, it can not expand its parent more which is already expanded to show its own content.
I want to use WrapPanel in Silverlight 3. It is apparently in the Silverlight Toolkit. All the information I can find on it say to download the toolkit, unzip the download, look in the folder binari
How do I change the spacing between fields in a DataForm in Silverlight? I\'ve tried editing the template but cannot find what I need.
Is it possible and if so what is the best way to implement the following hierarchical structure in a silverlight (4) TreeView control? (where Item and Group are classes which can exist in the tree).