The Silverlight datagrid seems to load rows (firing off the LoadingRow event) while I scroll up and down.
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
I\'d like to create a table on WP7. This is my current approach using a ListBox with a Grid as the data template.
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
I\'m blocked by the requirements even though I fulfill everyone. I had almost the same issue as the referenced here:
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
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,
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
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
According to the Silverlight Toolkit开发者_StackOverflow中文版 website they have a TimePicker as Preview available.