Syntax
MinSize.d = LayoutGridGetRowMin(Layout, Index)Description
Retrieves the minimum template size definition (min-height) for a specific row in a Grid layout.
Parameters
Layout
The handle of the Grid layout object. If #Null, it targets
the current layout.
Index
The 1-based index of the row whose minimum size definition is to be
retrieved.
Return Value
Returns the minimum template size value as a floating-point number (Double). This can be a specific value or one of the special constants:
#PG_Grid_MaxContent#PG_Grid_Default
Returns #False (0.0) if the layout handle or index was
invalid. If the index is beyond the explicitly defined rows, it returns
the default minimum row size.
Remarks
This function returns the *defined* minimum size, not necessarily the final calculated height of the row.
See Also
LayoutSetType, LayoutGridSetRowMin, LayoutGridGetRow, LayoutGridGetRowMax, LayoutGridGetRowMinDefault
Supported OS
Windows, Linux