How to Set AutoScrolling In TreeViewAdv During DragDrop
1 Oct 2018 / 1 minute to read
The user can make the TreeViewAdv scroll, when an item is dragged from out of the current view, to the top. AutoScroll property when set, allows scrolling in TreeView, even when the item is dragged to the top of the control.
// Setting AutoScrolling property to Both helps in scrolling.
this.treeViewAdv1.AutoScrolling=ScrollBars.Both;
' Setting AutoScrolling property to Both helps in scrolling.
Me.treeViewAdv1.AutoScrolling=ScrollBars.Both
See Also
Drag and Drop
Scrolling
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page