Enum ScrollMode
Specifies how vertical scrolling is processed.
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum ScrollMode
Fields
Name | Description |
---|---|
Deferred | Scrolls the control when thumb track is completed. Not Implemented. |
Immediate | Scrolls the control to the new value immediately. |
Pixel | Scrolls line by line. |