Syntax
MinSize.d = LayoutGridGetRowMinDefault(Layout)Description
Retrieves the default minimum template size definition used for implicitly created grid rows.
Parameters
Layout
The handle of the Grid layout object. If #Null, it targets
the current layout.
Return Value
Returns the default minimum template size value as a floating-point
number (Double). This can be a specific value or
#PG_Grid_MaxContent.
Returns #False (0.0) if the layout handle was
invalid.
See Also
LayoutSetType, LayoutGridSetRowMinDefault, LayoutGridGetRowMin, LayoutGridGetRowDefault, LayoutGridGetRowMaxDefault
Supported OS
Windows, Linux