AutoCompleteTextBox 1.5.0
See the version list below for details.
dotnet add package AutoCompleteTextBox --version 1.5.0
NuGet\Install-Package AutoCompleteTextBox -Version 1.5.0
<PackageReference Include="AutoCompleteTextBox" Version="1.5.0" />
paket add AutoCompleteTextBox --version 1.5.0
#r "nuget: AutoCompleteTextBox, 1.5.0"
// Install AutoCompleteTextBox as a Cake Addin #addin nuget:?package=AutoCompleteTextBox&version=1.5.0 // Install AutoCompleteTextBox as a Cake Tool #tool nuget:?package=AutoCompleteTextBox&version=1.5.0
WPF AutoComplete TextBox
Install:
PM> Install-Package AutoCompleteTextBox -Version 1.5.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
- 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.5.0?
property MaxPopupWidth : self explanatory 😃 This closes #39, allow MaxWidth to be set on popups
Bug fixes: #52, #45, #40
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. net5.0-windows7.0 is compatible. 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 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
net5.0-windows7.0
- 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,467 | 9/24/2023 |
1.7.1 | 253 | 9/13/2023 |
1.7.0 | 950 | 9/10/2023 |
1.6.0 | 6,063 | 9/21/2022 |
1.5.0 | 5,372 | 3/8/2022 |
1.4.0 | 536 | 2/25/2022 |
1.3.0 | 1,400 | 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,719 | 5/12/2020 |
1.1.0 | 4,351 | 3/14/2020 |
1.0.1 | 6,026 | 6/6/2019 |
1.0.0 | 888 | 5/19/2019 |
Fix for issue #29.
New event added: PreSelectionAdapterFinish