RowOptions

Definition for the rows and thus their number.

You can define:

RowOptions 1:

Learn how controls can be positioned and their size defined.

Engineering

You can change the number of rows and their settings with this dialog.

Items

List of all objects added

RowOptions 2:

Delete the selected object

RowOptions 3:

Change the object order (top = left)

RowOptions 4:

Add a new object

Category: Layout

Name

Description

Row Height

Definition of the row height

HeightMode

Selection of the method of calculating the height

Row Max Height

Definition of the maximum row height

Row Min Height

Definition of the minimum row height

Overflow

Selection of whether controls that have been added to the row but placed outside the row area should be displayed

Schema (version 1.8): tchmi:framework#/definitions/RowOptions

Schema (version 1.12): tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiGrid.RowOptions

Attribute getter

public getRowOptions(): TcHmi.Controls.System.TcHmiGrid.IRowOptions[] | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Controls.System.TcHmiGrid.IRowOptions[], undefined

The current value of the attribute.

Attribute setter

public setRowOptions(valueNew: TcHmi.Controls.System.TcHmiGrid.IRowOptions[] | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Controls.System.TcHmiGrid.IRowOptions[], 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.

RowOptions 5:

Available from 1.8