RowHeight
Typeobject
Backlinks1This property is used to define the size of rows in a grid layout. By setting this property of an element, you can specify the size of rows in a grid container.
| Property | Type | Required |
|---|---|---|
| class | string | Required |
| strategy | integer | Required |
| fixedValue | number | Required |
strategy​
RequiredDescription
no description
Type
integer
Value
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
1 | fill container (Fills the row height of the parent.) |
2 | fit content (Adapts the height of the subitem.) |
3 | fixed (decided by row height) |

fixedValue​
RequiredDescription
Only applies when strategy is fixed, indicating a fixed row height value.
Type
number