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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.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.