If a row is selected then the selection is changed automatically when the grid is scrolled in order to ALWAYS show the selected row.

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool EnableAutoSelect { get; set; }
Visual Basic
Public Property EnableAutoSelect As Boolean
	Get
	Set
JScript
function get EnableAutoSelect () : boolean
function set EnableAutoSelect (value : boolean)

Remarks

It works only when SelectionMode is set to Single

See Also