Child Layout
The properties in the CHILD LAYOUT inspector group control how children of this element are arranged. Each property has its own reference page; this is just the index.
Layout types
The Layout Type selector picks the algorithm:
| Type | Behaviour | Page |
|---|---|---|
| None | No arrangement — children manage their own positioning. | — |
| Row | Horizontal flow with main/cross alignment, gap, wrap. | Row & Column |
| Column | Vertical flow, same controls as Row. | Row & Column |
| Grid | CSS-grid-style 2D — tracks, spans, auto-fit, dense flow. | Grid |
| Absolute | Children all use absolute positioning by default. | Absolute |
| Custom | Plug in your own algorithm (Ring, radial, hex, …). | Custom Layouts |
See Layout Type for the picker reference.
Spacing & clipping (any layout type)
| Property | What it does | Page |
|---|---|---|
| Padding | Inset between this element’s bounds and its children’s content area | Padding |
| Overflow | Visible / Hidden / Scroll — clip behaviour for children outside the bounds | Overflow |
For everything that controls how this element is sized and placed, see Size & Position.