Scrolling

Determines whether content is scrollable. Possible values are No, Yes and Auto. User controls are not affected by this.

Schema: tchmi:framework#/definitions/ScrollMode

Attribute getter

public getScrolling(): 'No' | 'Yes' | 'Auto' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'No', 'Yes', 'Auto', undefined

The current value of the attribute.

Attribute setter

public setScrolling(valueNew: 'No' | 'Yes' | 'Auto' | null): void;

Parameter

Name

Type

Description

valueNew

'No', 'Yes', 'Auto', 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.

Scrolling 1:

Available since version 1.12.760