johnathan-coe / WPF-AutoComplete-TextBox

An autocomplete TextBox for WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF AutoComplete TextBox

logo

Install: PM> Install-Package AutoCompleteTextBox -Version 1.6.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

Changes/improvements

  1. More properties for making things easier:
  2. Also, fixed up the focus control.
  3. Removed VB.NET stuff from original solution.
  4. Added a new demo showcasing the new capabilities
  5. Added a custom style in the new demo, turning on validation messages
  6. Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.
  7. Much more from collaborators!

What's new in version 1.6.0?

  1. Keyboard focus improvements (thanks @mitchcapper)
  2. Binding error on generic style (thanks @kmathiasen)
  3. Removed support of .NET 5
  4. Added support for .NET 4.8

See our Wiki

UPDATED DEMO !!!

A WPF application using the Material Design in XAML Toolkit and MVVM. See it in action!

demo in action

PS.: Screen cast by: http://recordit.co/

About

An autocomplete TextBox for WPF

License:MIT License


Languages

Language:C# 100.0%