ColumnOptions

Definition for the columns and thus their number.

You can define:

ColumnOptions 1:

Learn how controls can be positioned and their size defined.

Engineering

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

Items

List of all objects added

ColumnOptions 2:

Delete the selected object

ColumnOptions 3:

Change the object order (top = left)

ColumnOptions 4:

Add a new object

Category: Layout

Name

Description

Column Width

Definition of the column width

WidthMode

Selection of the method of calculating the width

HeightMode

Selection of the method of calculating the height

Column Max Width

Definition of the maximum column width

Column Min Width

Definition of the minimum column width

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/ColumnOptions

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

Attribute getter

public getColumnOptions(): TcHmi.Controls.System.TcHmiGrid.IColumnOptions[] | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

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

The current value of the attribute.

Attribute setter

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

Parameter

Name

Type

Description

valueNew

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

ColumnOptions 5:

Available from 1.8