i installed the august 2011 windows phone silverlight toolkit from http://silverlight.codeplex.com/ .
I have a ListPicker in my Windows Phone 7 app where both the ItemsSource and SelectedIndex properties are bound to my ViewModel. SelectedIndex is using Two Way binding. The items and the SelectedIndex
I\'ve just noticed that the CanUserSortColumns attribute of the Silverlight 4 Toolkit DataGrid element doesn\'t seem to work when sourced with DateTime types. Every other type reacts as expected.
I have a Silverlight DataGrid, a DataPager and a PagedCollectionView. After the PagedCollection view is bound to the DataGrid, the first row of the DataGrid is selected.
I use the Silver开发者_Go百科light Unit Testing Framework and it works pretty well. However every time I launch my tests, I have to wait 5 seconds or click the \"No, run all tests\" button.
I\'m using a hierarchical tree view in Silverlight 4. This tree can be cleared and rebuilded quite often, depending on the user\'s actions. When this happends, the tree is collapsed by default, which
When implementing a ListPicker, it will crash when there are enough items to make it full screen. It does not crash if there are only 2-3 items and it just expands. I get an ArgumentException, \'The p
I am trying to apply the same kind of idea explaind on this question ContextMenu on tap instead of tap and hold to my application using button control.
I\'m using the ListPicker from the latest Silverlight Toolkit on Mango I\'ve got a long list (100 items) of simple text items to choose between - using single item selection mode.
I know that Silverlight works by not actually creating a physical representation/GUI for a control until it becomes visible.