HeightMode
Determines whether the height is calculated from the height value, calculated from the top and bottom edges (higher-level element), or from the number of rows in the data.
Schema: tchmi:framework#/definitions/SizeModeWithContent
Attribute getter
public getHeightMode(): TcHmi.SizeModeWithContent | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setHeightMode(valueNew: TcHmi. SizeModeWithContent | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 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 since version 1.12.760 |
