AutoCompleteTextBox 1.7.2

dotnet add package AutoCompleteTextBox --version 1.7.2
NuGet\Install-Package AutoCompleteTextBox -Version 1.7.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoCompleteTextBox" Version="1.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoCompleteTextBox --version 1.7.2
#r "nuget: AutoCompleteTextBox, 1.7.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AutoCompleteTextBox as a Cake Addin
#addin nuget:?package=AutoCompleteTextBox&version=1.7.2

// Install AutoCompleteTextBox as a Cake Tool
#tool nuget:?package=AutoCompleteTextBox&version=1.7.2

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/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.2 7,187 9/24/2023
1.7.1 227 9/13/2023
1.7.0 921 9/10/2023
1.6.0 5,508 9/21/2022
1.5.0 5,063 3/8/2022
1.4.0 500 2/25/2022
1.3.0 884 1/31/2022
1.2.3 5,928 11/13/2021
1.2.1 633 10/9/2021
1.2.0 2,030 7/13/2021
1.1.1 4,816 5/12/2020
1.1.0 4,318 3/14/2020
1.0.1 5,536 6/6/2019
1.0.0 827 5/19/2019

AutoCompleteComboBox.Watermark visible fix.