When disabled it's not possible to scroll the grid using the keyboard. However if the scrollbars are enabled it's still possible to scroll using the scrollbars

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

Syntax

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

See Also