Used to add an autoscroll behavior in a treeview when the user
execute a drag and drop.
Namespace:
Devolutions.UtilsAssembly: 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 ) |
Parameters
- treeView
- Type: System.Windows.Forms..::..TreeView