10
shouts

Handling Events within Silverlight Control Templates – AutoCompleteBox Example - Dan Wahlin's WebLog

published 257 days, 20 hours, 59 minutes ago posted by faisalhossainfaisalhossain 258 days, 21 hours, 57 minutes ago
Saturday, July 04, 2009 11:12:11 AM GMT Friday, July 03, 2009 10:14:01 AM GMT

One of the great features Silverlight offers is the ability to customize controls by using control templates.  If you don’t like how a particular control looks you can modify the template and in many cases be ready to use the new control without writing a single line of C# or VB code.  I’m working on a client application that uses the AutoCompleteBox found in the Silverlight Toolkit and needed a way to change it from a regular TextBox to more of an editable ComboBox.  Fortunately the Silverlight Toolkit ...

category: Silverlight | clicked: 67 | | source: weblogs.asp.net | show counter code
tags: C#, VB.NET, XAML