7
shouts

Autosuggest Textbox for WPF

published 584 days, 14 hours, 59 minutes ago posted by ioannisioannis 587 days, 12 hours, 33 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Thursday, July 01, 2010 5:01:24 PM GMT

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.

category: Foundation | clicked: 2 | | source: www.progware.org | show counter code
tags: AutoCompleteBox, controls, WPF