AllowWheelSection

Top  Previous  Next

Gets or sets a boolean flag indicating whether a new cell or row - one row up or down - is allowed to be selected via scrolling the mouse wheel for the grid in readonly mode.

[Visual Basic .NET]

Public Property AllowWheelSelection As Boolean

[C#]

public bool AllowWheelSelection {get; set;}

 

Remarks

The default value is TRUE. If neither a cell nor a row is currently selected or the property SelectMultiCells is set to TRUE, a new cell or row will not be selected via scrolling the mouse wheel even if it is set to TRUE.