UiElement.configureGeometryRow

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

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

Parameters

index int

The index of the row 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 row.

uniformGroup int

The group to which the row will resize in uniform.

pad int

Extra padding for the row.

Return Value

Type: auto

This element to aid method chaining.

See Also

Meta