Enum IntelliScrollableControl.ScrollingDirection
Current scrolling direction.
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
[Flags]
protected enum ScrollingDirection
Fields
| Name | Description |
|---|---|
| All | All directions. |
| Down | Down direction. |
| DownLeft | DownLeft direction. |
| DownRight | DownRight direction. |
| Invalid | Invalid direction. |
| Left | Left direction. |
| None | None direction. |
| Right | Right direction. |
| Up | Up direction. |
| UpLeft | UpLeft direction. |
| UpRight | UpRight direction. |