I\'ve got a data column defined within a RadGridView that uses a currency value. Here\'s the definition:
I have ItemsControl with VirtualizingStackPanel as items panel like this: <ItemsControl Style=\"{StaticResource ItemsControl}\" Name=\"itemsControl\"
I want to change the below function that I have written so that it will take th开发者_高级运维e Enum (MyColors in this instance) as argument so that I can use the function on any suitable contiguous E
I wrote a Radio Button style. When a page containing a Radio button, that has the style implementation I wrote. is shown I get crash and I don\'t know why.
I would like to set in Silverlight for each item in a ListBox a tooltip with many rows. In XAML i have a listbox and a button:
How do I add row data directly to a DataGrid Class? I am using a free opensource class from a company that I will not name (even if it is RadiantQ) that I like a lot.It has this cool MuLtiColumnTreeL
I\'m writing custom DataGrid control. I have one collection of column headers and other collection of rows, which has collection of cells itself. I want all the cells in the column be the same width (
I trying to load BitmapImage from bmp file. When i load png or jpg => this code work with no problem.
When I have Grid in Silverlight, and I provide Column Definitions like below <Grid.ColumnDefinitions>
I have a silverlight page with around 250 elements on it. The page load time is around 2.5 seconds on average. I have tried to cut down on the data part, but I don\'t think it helps that much.