Info
Version: | 3.0.2406.122 |
Author(s): | newky2k |
Last Update: | Wednesday, June 12, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/newky2k/WPFTagControl |
NuGet Url: | https://www.nuget.org/packages/AltWPFTagControl |
Install
Install-Package AltWPFTagControl
dotnet add package AltWPFTagControl
paket add AltWPFTagControl
AltWPFTagControl Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- DotNetProjects.WpfToolkit.Input(>= 6.0.84)
- DotNetProjects.WpfToolkit.Layout(>= 6.0.84)
- DotNetProjects.WpfToolkit.Input(>= 6.0.84)
- DotNetProjects.WpfToolkit.Layout(>= 6.0.84)
Tags
Differences:
- Can be databound to any object (using Tags and DisplayMemberPath)
- Scrollable view when there are two many Tags
- Can be styled/themed to change the color, foreground and tags background
- Tags are added via the datamodel not through the control itself
- Works with .Net Framework and .Net Core 3.x and above.