Install:
PM> Install-Package AutoCompleteTextBox -Version 1.1.0
WPF AutoComplete TextBox is an original work from Bhardwaj Deepak
This control originally features:
- Load suggestions on-demand
- Supports MVVM
- Asynchronously load suggestions
- Watermark
- Icon
- DataTemplate for suggestions
- DataTemplateSelector for suggestions
- I've included two more properties for making things easier:
- MaxLength
- CharacterCasing
- Also, I fixed up the focus control.
- Removed VB.NET stuff from original solution.
- Added a new demo showcasing the new capabilities
- Added a custom style in the new demo, turning on validation messages
- Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.
- Much more from collaborators!
It's a simple WPF application using the Material Design in XAML Toolkit and MVVM showing how to search for the American States while typing. See it in action!
PS.: Screen cast by: http://recordit.co/
@scor4er
I need this control to support multiple items in a text box separated with some character. The logic will stay the same but when you select an item from the list it won't replace the whole text in a textbox but only the last item (item after specified item separator, comma for example).