LayoutGridGetRowMaxDefault

Syntax

MaxSize.d = LayoutGridGetRowMaxDefault(Layout)

Description

Retrieves the default maximum 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 maximum template size value as a floating-point number (Double). This can be a specific value or #PG_Grid_MaxContent. Returns 0 if no default maximum is set.

Returns #False (0.0) if the layout handle was invalid.

See Also

LayoutSetType, LayoutGridSetRowMaxDefault, LayoutGridGetRowMax, LayoutGridGetRowDefault, LayoutGridGetRowMinDefault

Supported OS

Windows, Linux