Syntax
MinSize.d = LayoutGridGetColumnMin(Layout, Index)Description
Retrieves the minimum template size definition (min-width) for a specific column 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 column 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.
Remarks
This function returns the *defined* minimum size, not necessarily the final calculated width of the column.
See Also
LayoutSetType, LayoutGridSetColumnMin, LayoutGridGetColumn, LayoutGridGetColumnMax, LayoutGridGetColumnMinDefault
Supported OS
Windows, Linux