Error!
Success!

Autosuggest (AutoComplete) Textbox for WPF

0
kicks

Autosuggest (AutoComplete) Textbox for WPF  (Unpublished)

Here is an implementation of a nice Textbox in WPF that suggests possible values based on the current user’s input. It is different from WPF’s native editable Combobox since it does not load all possible values at initialization (saving time and memory). The Textbox calls a method that returns the suggested values as soon as it detects a specific amount of idle time in the user’s typing.


Kicked By:
Drop Kicked By: