Click or drag to resize
ParamExcelLikeScrolling Property
Gets or sets scroll behavior to mimic Excel scroll behavior

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

Property Value

Type: Boolean
true if the grid should scroll when rows or columns are frozen and the user presses the left or up-arrow key on the first non-frozen row or column. false if the grid should scroll when the user is on the leftmost column.
See Also