Module grid_layout_concept

Structs§

COLUMN_DEFINITIONS_PROPERTY
Defines the number of columns in a grid layout and how the grid layout distributes the content in columns.
COLUMN_PROPERTY
The column into which grid layout places the item.
COLUMN_SPAN_PROPERTY
Defines the number of columns an item in a grid layout occupies.
DIRECTION_PROPERTY
The direction in which the items are arranged when you add them to a grid layout.
GridLayoutConcept
ROW_DEFINITIONS_PROPERTY
Defines the number of rows in a grid layout and how the grid layout distributes the content in rows.
ROW_PROPERTY
The row into which grid layout places the item.
ROW_SPAN_PROPERTY
Defines the number of rows an item in a grid layout occupies.

Enums§

GridDirection
Direction of layout of grid layout. Items which don’t have fixed ColumnProperty and RowProperty are laid out in this direction.

Traits§

IGridLayoutConcept
Base class for the Grid Layout nodes.