Articles in this section
Category / Section

How to set AutoScrolling in WinForms TreeViewAdv during DragDrop?

1 min read

AutoScrolling

The user can make the TreeViewAdv scroll, when an item is dragged from out of the current view to the top. When item is dragged to the top of the TreeView control it scrolls by using the AutoScroll property.

C#

this.treeViewAdv1.AutoScrolling=ScrollBars.Both;

VB

Me.treeViewAdv1.AutoScrolling=ScrollBars.Both

 

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