ScrollStartIndex

Defines the index of the row to be displayed at the top of the visible grid area. The actual scrolling behavior may be limited by the overall size of the content and the grid limits.

Schema: tchmi:general#/definitions/Number

Attribute getter

public getScrollStartIndex(): number | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

number, null, undefined

The current value of the attribute.

Attribute setter

public setScrollStartIndex(valueNew: number | null): void;

Parameter

Name

Type

Description

valueNew

number, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

ScrollStartIndex 1:

Available since version 1.14.3.234