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.
- Grid
Layout Concept - 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§
- Grid
Direction - Direction of layout of grid layout. Items which don’t have fixed ColumnProperty and RowProperty are laid out in this direction.
Traits§
- IGrid
Layout Concept - Base class for the Grid Layout nodes.