Class ScrollMode
Specifies how vertical scrolling is processed.
Inheritance
System.Object
ScrollMode
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class ScrollMode : Enum
Fields
Deferred
Scrolls the control when thumb track is completed. Not Implemented.
Declaration
public const ScrollMode Deferred
Field Value
| Type |
|---|
| ScrollMode |
Immediate
Scrolls the control to the new value immediately.
Declaration
public const ScrollMode Immediate
Field Value
| Type |
|---|
| ScrollMode |
Pixel
Scrolls line by line.
Declaration
public const ScrollMode Pixel
Field Value
| Type |
|---|
| ScrollMode |