Top "Silverlight-2.0" questions

Microsoft Silverlight is an application framework for writing and running rich Internet applications, with features and purposes similar to those of Adobe Flash.

programmatically add column & rows to WPF Datagrid

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.0
How to create a numeric textbox in Silverlight?

As 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.0
How to correctly inherit from a usercontrol defined in XAML in Silverlight

If 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.0
Binding Silverlight UserControl custom properties to its' elements

I'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.0
How do I create a Popup Dialog box in Silverlight?

I'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.0
Access parent datacontext in listbox in Silverlight

In Silverlight 2 I'm using a usercontrol which inherits the datacontext of the page that it's embedded on. This datacontext contains …

silverlight-2.0
Can Silverlight initiate Page Refreshes?

UPDATE: An alternative title for this could be: How do I call javascript from my silverlight 2.0 application. Here is a …

silverlight-2.0
Change background color of Datagrid Header in Silverlight

I want to change background color of Datagrid header in Silverlight.

silverlight datagrid silverlight-2.0
How Do You Handle Validation In Silverlight?

How have you decided to handle data/control validation in your silverlight applications?

silverlight silverlight-2.0
Silverlight Error "Layout Cycle Detected Layout could not complete" when using custom control

I'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