Auto Complete for Textboxes in WPF
Introduction It is very common when entering a search string in a textbox to get a small list of valid search results that match the search string entered so far. This feature is called auto complete and it has been widely used in web pages and desktop applications alike. From the developer’s point of view, the auto complete feature has been implemented as part of the TextBox control in Windows