VinayPalaksha1 / WPF-AutoComplete-TextBox

An autocomplete TextBox for WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF AutoComplete TextBox

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

My changes/improvements

  1. I've included two more properties for making things easier:
  • MaxLength
  • CharacterCasing
  1. Also, I fixed up the focus control.
  2. Removed VB.NET stuff from original solution.
  3. Added a new demo showcasing the new capabilities
  4. Added a custom style in the new demo, turning on validation messages
  5. Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.

The Demo WpfControls.Demo

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!

demo in action

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

Get more details at codescene.io.

About

An autocomplete TextBox for WPF

License:MIT License


Languages

Language:C# 100.0%