TreeListView.AutoScrollDelay

Syntax

AutoScrollDelay: Number;

Description

The AutoScrollDelay property determines delay between autoscroll position changes.

Comments

The value is set in milliseconds, default value is 30.

Use JSON or the setAutoScrollDelay method to set the property value and the getAutoScrollDelay method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Set autoscroll delay
Tree.setAutoScrollDelay(60);

After executing the example autoscroll delay is changed.

See also:

TreeListView