Click or drag to resize
GridControlAccelerateArrowKey Property
Sets scrolling speed of arrow keys.

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

Property Value

Type: Boolean
true if you want automatic acceleration of the scrolling speed when the user holds down an arrow key; and false otherwise.
See Also