Is there away to multi select in the Winforms Tree View?
Is there away to produce the same behavior as a treeview in a listview or listbox with the expand all and collapse capability
Is there away to multi select in the Winforms Tree View?
Is there away to produce the same behavior as a treeview in a listview or listbox with the expand all and collapse capability
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Mar 26, 2015, 3:52 PM
In order to get this behavior you would likely end up needing to create a very similar class to TreeView which allowed for multiple selection. Another option is to derive from TreeView and enable multiple selection by overriding specific behaviors. Here is an article on how to do the latter.
try this link
http://www.arstdesign.com/articles/treeviewms.html