RowOptions
Definition for the rows and thus their number.
You can define:
- Height (similar to Control Height)
- Height Mode (similar to Control Height Mode)
- Minimum Height (identical to Control Minimum Height)
- Maximum Height (identical to Control Maximum Height)
- Overflow determines whether a child control is truncated if it is larger than the cell.
Engineering
You can change the number of rows and their settings with this dialog.
Items | List of all objects added |
|---|---|
| Delete the selected object |
| Change the object order (top = left) |
| Add a new object |
Category: Layout
|
Name |
Description |
|---|---|
Row Height | Definition of the row height |
|
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. |
![]() | Available from 1.8 |



