Layouting::GridCell Class

class Layouting::GridCell

Groups multiple items into a single grid cell without advancing the column counter. More...

Header: #include <GridCell>

Detailed Description

Normally each item added to a Grid or Form advances the current column. Use GridCell to place several items into the same cell. Only the last item in the group advances the column.

See also Layouting::Grid.