Microsoft Silverlight is an application framework for writing and running rich Internet applications, with features and purposes similar to those of Adobe Flash.
I'm new to WPF. I just want to know how should we add columns and rows programmatically to a DataGrid …
c# wpf datagrid wpf-controls silverlight-2.0As the title says really. I've had a look at inheriting from TextBox, but the only sensible override was "OnKeyDown", …
c# .net silverlight textbox silverlight-2.0If I have a usercontrol (in Silverlight) that I've written, that uses XAML to define it's appearance, how can I …
xaml inheritance user-controls silverlight-2.0I'm trying to make a simple crossword puzzle game in Silverlight 2.0. I'm working on a UserControl-ish component that represents a …
silverlight data-binding user-controls silverlight-2.0I'd like to create a popup dialog box in silverlight in which i can manipulate controls, enter data, and return …
c# .net silverlight silverlight-2.0In Silverlight 2 I'm using a usercontrol which inherits the datacontext of the page that it's embedded on. This datacontext contains …
silverlight-2.0UPDATE: An alternative title for this could be: How do I call javascript from my silverlight 2.0 application. Here is a …
silverlight-2.0I want to change background color of Datagrid header in Silverlight.
silverlight datagrid silverlight-2.0How have you decided to handle data/control validation in your silverlight applications?
silverlight silverlight-2.0I'm building a custom control in Silverlight by deriving from ContentControl and doing some special formatting to put a dropshadow …
silverlight custom-controls silverlight-2.0