HorizontalScroll

Whether horizontal scrollbars should be displayed in multi-line mode.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTextbox.ScrollMode

Attribute getter

public getHorizontalScroll(): keyof typeof ScrollMode | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

keyof typeof ScrollMode

The current value of the attribute.

Attribute setter

public setHorizontalScroll(valueNew: ScrollMode | keyof typeof ScrollMode | null): void;

Parameter

Name

Type

Description

valueNew

ScrollMode, keyof typeof ScrollMode, 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.

HorizontalScroll 1:

Available since version 1.12.760