Specifies if the grid should be scrolled asynchronously when the Thumb of the scrollbar is released

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Remarks

When set to false the grid scrolls in real time together with the scrollbar

See Also