Expand description
Grid widget is able to position children widgets into a grid of specifically sized rows and columns. See
Grid doc for more info and usage examples.
Structs§
- Cell
- Cell of the grid, that contains additional information for layout purposes. It does not have any particular use outside of grid’s internals.
- Grid
- Grids are one of several methods to position multiple widgets in relation to each other. A Grid widget, as the name implies, is able to position children widgets into a grid of specifically sized rows and columns.
- Grid
Builder - Grid builder creates
Gridinstances and adds it to the user interface. - Grid
Dimension - Grid dimension defines sizing rules and constraints for
Grid’s rows and columns.
Enums§
- Grid
Message - A set of messages that can be used to modify
Gridwidget state. - Size
Mode - Size mode defines how grid’s dimension (see
GridDimension) will behave on layout step.