Autocomplete functionality is a very useful and almost necessary feature although it is still not part of the standard WPF Control Library. The WPF AutoCompleteBox User Control by SilverLaw fills this gap. Features at a glance:
The WPF AutoCompleteBox User Control by SilverLaw is based on a regular WPF TextBox combined with a regular WPF Popup. No hidden ComboBox! The Popup behavior is perfectly synchronized with the main application window behavior. It always stays in its position right under the TextBox. |