GridRow¶
Summary¶
Represents the row of the grid.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
SetHeightInPixels | Sets the height of the grid row in pixels. |
SetHeightInStars | Sets the height of the grid row in stars. |
SetHeightToAuto | Sets the height of the grid row to automatic. |
Properties¶
Name | Description |
---|---|
Index { get; } | Gets the grid row index. |
Height { get; } | Gets the height of the grid row. |
MinHeight { get; set; } | Gets or sets the minimum height of the grid row. |
MaxHeight { get; set; } | Gets or sets the maximum height of the grid row. |
See Also¶
Last update: March 23, 2023