silverlightcontrols

What is the best practice for creating RE-USABLE control templates in Silverlight.

What is the best practice for creating re-usable control templates. For example. I want to start with the standard checkbox and modify its template for re-use accross multiple future projects. I understand how to modify the template in Blend, but it always wants to save the template to App.xaml of the current project or to the parent...

Silverlight / WPF Custom Control Template Help

Hello. I'm hoping to create a control that I call an "AutoCompleteListBox". If you've ever used hotmail to send an e-mail the way the to: address line works is what I wish to create. You have what looks like an input box and as you type you get a dropdown of matching objects. Once you select an object (contact) it is added into the input...

Silverlight DataGrid no DataGridComboBoxColumn

In Silverlight there is no DataGridComboBoxColumn in the DataGrid. This is sad. What is the best way to recreate this functionality. ...