Enum AutoScrollReason
Specifies the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum AutoScrollReason
Fields
Name | Description |
---|---|
AccelarateScrollbar | The user held down a scrollbar button. |
MouseDragging | The user has dragged the mouse outside the autoscroll bounds. |
OleDragOver | The user is moving the mouse over the control during OLE drag-and-drop operation. |