AutoCompleteTextBox 1.7.2
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Framework 4.5.2
This package targets .NET Framework 4.5.2. The package is compatible with this framework or higher.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WPF AutoComplete TextBox
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
- More properties for making things easier:
- Also, fixed up the focus control.
- Removed VB.NET stuff from original solution.
- Added a new demo showcasing the new capabilities
- Added a custom style in the new demo, turning on validation messages
- Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.
- Much more from collaborators!
What's new in version 1.7.2?
- 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!
PS.: Screen cast by: http://recordit.co/
Product | Versions 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 (1)
Showing the top 1 popular GitHub repositories that depend on AutoCompleteTextBox:
Repository | Stars |
---|---|
RayCarrot/RayCarrot.RCP.Metro
Rayman Control Panel (4.0.0 and above)
|
Version | Downloads | Last updated |
---|---|---|
1.7.2 | 16,359 | 9/24/2023 |
1.7.1 | 253 | 9/13/2023 |
1.7.0 | 950 | 9/10/2023 |
1.6.0 | 6,057 | 9/21/2022 |
1.5.0 | 5,370 | 3/8/2022 |
1.4.0 | 535 | 2/25/2022 |
1.3.0 | 1,386 | 1/31/2022 |
1.2.3 | 6,162 | 11/13/2021 |
1.2.1 | 668 | 10/9/2021 |
1.2.0 | 2,103 | 7/13/2021 |
1.1.1 | 5,705 | 5/12/2020 |
1.1.0 | 4,349 | 3/14/2020 |
1.0.1 | 6,011 | 6/6/2019 |
1.0.0 | 888 | 5/19/2019 |
AutoCompleteComboBox.Watermark visible fix.