Extends Item

Flow

Flow is a layout container that positions its children left-to-right, automatically wrapping to its width.

property Float marginX: 0

property Float marginY: 0

property Float spacingX: 0

property Float spacingY: 0

These properties define the regular space at the margin, and between each item in the flow layout.