Category / Section
What is the use of AllowMouseBasedSelection property in WinForms TreeViewAdv?
Use of AllowMouseBasedSelection
By setting the AllowMouseBasedSelection property to true, multiple nodes can be selected with mouse down and multiple nodes selected can be dragged.
C#
this.treeViewAdv1.AllowMouseBasedSelection = true;VB
Me.treeViewAdv1.AllowMouseBasedSelection = TrueReference link: AllowMouseBasedSelection