silverlight-toolkit
silverlight toolkit reference issue
i installed the august 2011 windows phone silverlight toolkit from http://silverlight.codeplex.com/ .[详细]
2023-04-13 08:20 分类:问答Databound ListPicker SelectedItem goes blank when modifying SelectedIndex
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[详细]
2023-04-11 10:55 分类:问答Silverlight 4 Toolkit DataGrid's CanUserSortColumns attribute not working on DateTime types
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.[详细]
2023-04-10 21:39 分类:问答Silverlight: disable automatic first-row selection after DataGrid binding
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.[详细]
2023-04-09 14:25 分类:问答How to remove the 5s delay of the Silverlight Unit Testing Framework
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.[详细]
2023-04-08 18:43 分类:问答Silverlight treeview: save expanded/collapsed state
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[详细]
2023-04-08 08:26 分类:问答ListPicker crashes on full screen - Silverlight tool kit for WP7
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[详细]
2023-04-05 23:11 分类:问答ContextMenu on tap instead of tap and hold with Button Control
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.[详细]
2023-04-04 21:55 分类:问答ListPicker - how to make current selection show when full page view opens
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.[详细]
2023-04-04 21:46 分类:问答Silverlight: How to force a Control to create itself when not visible?
I know that Silverlight works by not actually creating a physical representation/GUI for a control until it becomes visible.[详细]
2023-04-04 09:47 分类:问答