LayoutGridGetRowMax

Syntax

MaxSize.d = LayoutGridGetRowMax(Layout, Index)

Description

Retrieves the maximum template size definition (max-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 maximum size definition is to be retrieved.

Return Value

Returns the maximum template size value as a floating-point number (Double). This can be a specific value or one of the special constants:

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 maximum row size.

Remarks

This function returns the *defined* maximum size, not necessarily the final calculated height of the row.

See Also

LayoutSetType, LayoutGridSetRowMax, LayoutGridGetRow, LayoutGridGetRowMin, LayoutGridGetRowMaxDefault

Supported OS

Windows, Linux