Used to add an autoscroll behavior in a treeview when the user execute a drag and drop.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub TreeViewAutoScroll ( _
	treeView As TreeView, _
	e As DragEventArgs _
)
C#
public static void TreeViewAutoScroll(
	TreeView treeView,
	DragEventArgs e
)

See Also