Ioannis Panagopoulos blog

Tutorials on HTML5, Javascript, WinRT and .NET

Autosuggest Textbox for WPF

by Ioannis Panagopoulos
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 r... [More]
hire me