All Projects → quicoli → Wpf Autocomplete Textbox

quicoli / Wpf Autocomplete Textbox

Licence: mit
An autocomplete TextBox for WPF

Projects that are alternatives of or similar to Wpf Autocomplete Textbox

Materialdesignextensions
Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
Stars: ✭ 516 (+145.71%)
Mutual labels:  wpf, autocomplete
SuggestBoxLib
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
Stars: ✭ 36 (-82.86%)
Mutual labels:  autocomplete, wpf
Signalchat
WPF-MVVM instant messaging application using SignalR
Stars: ✭ 172 (-18.1%)
Mutual labels:  wpf
Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (-2.38%)
Mutual labels:  wpf
Netprints
Visual programming for .NET inspired by Unreal Engine's Blueprints
Stars: ✭ 194 (-7.62%)
Mutual labels:  wpf
Airbnb Android Google Map View
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
Stars: ✭ 175 (-16.67%)
Mutual labels:  autocomplete
Awesome Wpf
A collection of awesome WPF resources, libraries and UI controls.
Stars: ✭ 196 (-6.67%)
Mutual labels:  wpf
Angular Search Experience
Algolia + Angular = 🔥🔥🔥
Stars: ✭ 167 (-20.48%)
Mutual labels:  autocomplete
Code Samples
Just some code samples for MahApps and other experiments...
Stars: ✭ 205 (-2.38%)
Mutual labels:  wpf
Vue Cool Select
Select with autocomplete, slots, bootstrap and material design themes.
Stars: ✭ 195 (-7.14%)
Mutual labels:  autocomplete
Company Sourcekit
Completion for Swift projects via SourceKit with the help of SourceKitten
Stars: ✭ 203 (-3.33%)
Mutual labels:  autocomplete
Snippets
Atom snippets package
Stars: ✭ 191 (-9.05%)
Mutual labels:  autocomplete
Autosuggest Highlight
Utilities for highlighting text in autosuggest and autocomplete components
Stars: ✭ 176 (-16.19%)
Mutual labels:  autocomplete
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+1044.76%)
Mutual labels:  wpf
Vim You Autocorrect
Why should smartphones get all the fun?
Stars: ✭ 173 (-17.62%)
Mutual labels:  autocomplete
Heyui
🎉UI Toolkit for Web, Vue2.0 http://www.heyui.top
Stars: ✭ 2,373 (+1030%)
Mutual labels:  autocomplete
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (-20.48%)
Mutual labels:  autocomplete
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (-11.9%)
Mutual labels:  wpf
Oxyplot
A cross-platform plotting library for .NET
Stars: ✭ 2,466 (+1074.29%)
Mutual labels:  wpf
Punchkeyboard
Punchkeyboard is an open-source keyboard for virtual reality, enhanced with autocomplete and next word prediction functionality for a swift typing experience.
Stars: ✭ 208 (-0.95%)
Mutual labels:  autocomplete

WPF AutoComplete TextBox

logo

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

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.
  6. Much more from collaborators!

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].