Resources
← All tutorials
IntermediateAbout 18 min
Use stacks properly
Work within auto-layout v1 limits: persist structure, apply layout passes, avoid expecting full live hug/fill from the solver yet.
Steps
- Select two or more siblings on one screen and convert them to a stack from Smart Actions.
- Set direction, gap, padding, and alignments in the inspector; commit changes so the stack record updates.
- Trigger layout apply (stack solver) when you change membership—remember v1 does not continuously re-solve on every freeform drag like always-on auto-layout in other tools.
- Read /resources/docs/compose-stacks for the explicit not-yet list (nested stacks UX, hug/fill) so expectations match the code path.
Expected result
A predictable stack group you can export as structured layout JSON alongside PNGs.
For deeper reference, open Docs.