Module flow_layout

Structs§

FlowLayoutConcept
PRIMARY_DIRECTION_PROPERTY
The direction along which the layout arranges items until the layout limit in that direction is reached.
SECONDARY_DIRECTION_PROPERTY
The direction along which the flow layout arranges lines of the primary direction.

Enums§

LayoutDirection
Direction (or axis) of the layout, used in both primary and secondary direction.

Traits§

IFlowLayoutConcept
Flow layout concept base class.