Articles in this section
Category / Section

What is the use of AllowMouseBasedSelection property in WinForms TreeViewAdv?

1 min read

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=false;

VB

Me.treeViewAdv1.AllowMouseBasedSelection=False

Reference link: https://help.syncfusion.com/windowsforms/treeview/treenodeadvcustomization#allowmousebasedselection-and-allowkeyboardsearch

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied