Silverlight for keyboard junkies XNA for Silverlight developers: Part 2 - Text rendering

Using the AutoCompleteBox

Published on Monday, January 31, 2011 1:39:00 PM UTC in Programming

Silverlight's auto-complete box is a very versatile control and also often subject of questions in the Silverlight forums. In a recent project I have taken a deeper look at it and decided to write an article about its features. First I explain the very basics and simple usage scenarios. After that I move on to more advanced topics like using custom filters and item templates, and eventually to asynchronous filtering using a web service. I also show a possible way to integrate that into an MVVM application design. As always the complete source code is available for download too. The full article can be found here.

Tags: Controls · Silverlight