Skip to content

Inherits from standard WPF TreeView with added functionality for selecting multiple TreeViewItems.

License

Notifications You must be signed in to change notification settings

cmyksvoll/MultiSelectTreeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSelectTreeView

Inherits from standard WPF TreeView and adds functionality for selecting multiple TreeViewItems.

This control is based on the following blog post: http://chrigas.blogspot.de/2014/08/wpf-treeview-with-multiple-selection.html

Thanks to Christoph Gattnar for providing the basics!

Differences in this control in regard to the blog post:

  • MultiSelectTreeView inherits WPF TreeView instead of attaching behavior
  • Support from keyboard selection in addition to mouse selection
  • Support for SHIFT + CTRL selection

For usage example, see the TreeViewDemo project.

About

Inherits from standard WPF TreeView with added functionality for selecting multiple TreeViewItems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages