silverlight-toolkit
Silverlight datagrid load all rows
The Silverlight datagrid seems to load rows (firing off the LoadingRow event) while I scroll up and down.[详细]
2023-03-14 15:00 分类:问答How to remove an auto-generated extra column from sdk:DataGrid in Silverlight
I have a datagrid in Silverlight whose ItemsSource is set to an ObservableCollection. The default generation of columns is also set to true, so I don\'t define columns manually. Is 开发者_高级运维ther[详细]
2023-03-13 19:26 分类:问答Creating a table with Silverlight for Windows Phone 7
I\'d like to create a table on WP7. This is my current approach using a ListBox with a Grid as the data template.[详细]
2023-03-13 15:22 分类:问答How to conditionally format axis values in Silverlight Toolkit LineSeries
I am trying to conditionally format the numbers that appear in a NumericAxis axis for a LineSeries (from Silverlight 4 Toolkit). To be more specific, I want numbers that are >=10000 and <=0.0001 to[详细]
2023-03-13 10:46 分类:问答Can't install silverlight 4 tools on Visual Studio 2010 SP1
I\'m blocked by the requirements even though I fulfill everyone. I had almost the same issue as the referenced here:[详细]
2023-03-13 06:19 分类:问答Metro styled Silverlight Applications
Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8\'s UI &a[详细]
2023-03-10 16:16 分类:问答Custom controls on DataGrid Header (not ColumnHeader)
I want to extend DataGrid to add 开发者_StackOverflowsome controls on the very top of the DataGrid control (not in the column headers). In other words, I want to render some controls (add/del button,[详细]
2023-03-09 22:01 分类:问答Is DataGridDragDropTarget gone from the latest version of Silverlight toolkit?
I\'m using Silverlight 4 and Silverlight Toolkit April 10 release (dll is referenced from this folder: %Program Files%\\Microsoft SDKs\\Silverlight\\v4.0\\Toolkit\\Apr10\\Bin). However, after register[详细]
2023-03-09 08:56 分类:问答Listbox with Wrappanel won't show elements
I\'m quite perplexed as to why when I drop in a WrapPanel for my Silverlight 4 ListBox ItemsPanel, nothing shows up.If I only comment out the ItemsPanel, I get a normal vertical list of my little pict[详细]
2023-03-08 18:33 分类:问答How to enable TimePicker in SIlverlight 4 Toolkit?
According to the Silverlight Toolkit开发者_StackOverflow中文版 website they have a TimePicker as Preview available.[详细]
2023-03-07 20:28 分类:问答