WPFMultiSelectTreeView 1.0.10
See the version list below for details.
dotnet add package WPFMultiSelectTreeView --version 1.0.10
NuGet\Install-Package WPFMultiSelectTreeView -Version 1.0.10
<PackageReference Include="WPFMultiSelectTreeView" Version="1.0.10" />
paket add WPFMultiSelectTreeView --version 1.0.10
#r "nuget: WPFMultiSelectTreeView, 1.0.10"
// Install WPFMultiSelectTreeView as a Cake Addin
#addin nuget:?package=WPFMultiSelectTreeView&version=1.0.10
// Install WPFMultiSelectTreeView as a Cake Tool
#tool nuget:?package=WPFMultiSelectTreeView&version=1.0.10
WPFMultiSelectTreeView
A WPF TreeView control with support for multiple selection.
Forked from http://unclassified.software/source/multiselecttreeview, wich was previously based on on the TreeViewEx project on CodePlex (http://treeviewex.codeplex.com/) and released under the MIT licence. I picked up the code and made several enhancements and bug fixes to make it a more robust and complete solution.
MultiSelectTreeView is a .NET/WPF control that displays a hierarchical tree of items that can be browsed, selected, collapsed and edited like in a normal tree control. This control overcomes some of the limitations that the TreeView control included in WPF has. Most prominently, it adds multiple selection and is easier to style in several aspects. It features the Windows 7 Aero theme very closely and adapts to other Windows themes (Luna, Royale, Classic, Aero2).
The current development status is considered usable, there are no known major bugs or missing parts that need to be fixed. The included test cases are outdated and likely won't work anymore. To play with the control and its features, you can run the Demo application from the solution.
You can also install this package from NuGet: https://www.nuget.org/packages/WPFMultiSelectTreeView
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.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.