Syntax
SpanMode = LayoutGridGetSpanModeRows(Layout)Description
Retrieves the current sizing mode used for handling items that span multiple rows in a Grid layout.
Parameters
Layout
The handle of the Grid layout object. If #Null, it targets
the current layout.
Return Value
Returns the row span mode as an Integer constant:
#PG_Grid_SpanMode_Tight
#PG_Grid_SpanMode_Even
Returns #False (0) if the layout handle is invalid or if
the layout is not of type Grid.
See Also
LayoutSetType, LayoutGridSetSpanModeRows, LayoutGridGetSpanMode, LayoutGridGetSpanModeColumns
Supported OS
Windows, Linux