LayoutGridSetGapSizeColumns

Syntax

Success = LayoutGridSetGapSizeColumns(Layout, Size.d)

Description

Sets the size of the gaps (gutters) between columns 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 columns.

Return Value

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

See Also

LayoutSetType, LayoutGridGetGapSizeColumns, LayoutGridSetGapSize, LayoutGridSetGapSizeRows

Supported OS

Windows, Linux