AltWPFTagControl 2.0.0
WPF Tag Control, based on Kai Timmermann's WPF Tag control, to add/remove/edit tags/tokens
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
Install-Package AltWPFTagControl -Version 2.0.0
dotnet add package AltWPFTagControl --version 2.0.0
<PackageReference Include="AltWPFTagControl" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AltWPFTagControl --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Refactored into a multi-targeting .Net Core compatible library
Dependencies
-
.NETCoreApp 3.0
- DotNetProjects.WpfToolkit.Input (>= 6.0.84)
- DotNetProjects.WpfToolkit.Layout (>= 6.0.84)
-
.NETFramework 4.6.1
- DotNetProjects.WpfToolkit.Input (>= 6.0.84)
- DotNetProjects.WpfToolkit.Layout (>= 6.0.84)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.