Articles in this section

How to set AutoScrolling in WinForms TreeViewAdv during DragDrop?

AutoScrolling


The user can scroll the TreeViewAdvwhen 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)
Access denied
Access denied