Click or drag to resize
GridControlAccelerateScrollBars Property
Sets scrolling speed of scrollbar buttons.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(true)]
public bool AccelerateScrollBars { get; set; }

Property Value

Type: Boolean
true if you want automatic acceleration of the scrolling speed when the user presses a scrollbar button; and false otherwise.
See Also