Class AccelerateScrollingBehavior
Specifies the acceleration behavior for scrollbars.
Inheritance
System.Object
AccelerateScrollingBehavior
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class AccelerateScrollingBehavior : Enum
Fields
Default
Default, moderate acceleration after the user scrolled 60 increments.
Declaration
public const AccelerateScrollingBehavior Default
Field Value
| Type |
|---|
| AccelerateScrollingBehavior |
Fast
Acceleration after the user scrolled 20 increments.
Declaration
public const AccelerateScrollingBehavior Fast
Field Value
| Type |
|---|
| AccelerateScrollingBehavior |
Immediate
Immediate acceleration after the user scrolled 4 increments.
Declaration
public const AccelerateScrollingBehavior Immediate
Field Value
| Type |
|---|
| AccelerateScrollingBehavior |
None
Disable scrollbar acceleration.
Declaration
public const AccelerateScrollingBehavior None
Field Value
| Type |
|---|
| AccelerateScrollingBehavior |