UiElement.configureGeometryColumn

Used by the grid geometry manager. Sets options for grid columns that contain child widgets.

class UiElement
configureGeometryColumn
(
this T
)
(
int index
,
int weight
,
int minSize = 0
,
int uniformGroup = 0
,
int pad = 0
)

Parameters

index int

The index of the column to configure.

weight int

The weight of the column while expanding. The default is 1. 2 means expand twice as much, etc.

minSize int

The min size of the column.

uniformGroup int

The group to which the column will resize in uniform.

pad int

Extra padding for the column.

Return Value

Type: auto

This element to aid method chaining.

See Also

Meta