Skip to content

ninhpham96/WPF-AutoComplete-TextBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF AutoComplete TextBox

logo

Install: PM> Install-Package AutoCompleteTextBox -Version 1.7.2

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.7.2?

  1. Watermark adjustments for AutoCompleteComboBox. (thanks @hsytkm)

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%