LayoutGridSetGapSizeRows

Syntax

Success = LayoutGridSetGapSizeRows(Layout, Size.d)

Description

Sets the size of the gaps (gutters) between rows in a Grid layout.

Parameters

Layout
The handle of the Grid layout object. If #Null, it targets the current layout.

Size.d
The size of the gap (in likely DIPs) to apply between rows.

Return Value

Returns #True if the row gap size was successfully set, or #False if the layout handle was invalid.

See Also

LayoutSetType, LayoutGridGetGapSizeRows, LayoutGridSetGapSize, LayoutGridSetGapSizeColumns

Supported OS

Windows, Linux