| Class | Description |
|---|---|
| HLayout |
A subclass of Layout that applies a sizing policy along the horizontal axis, interpreting percent and "*" sizes as
proportions of the width of the layout.
|
| HStack | |
| Layout |
A subclass of Canvas that automatically arranges other Canvases according to a layout policy.
|
| LayoutSpacer |
Add a LayoutSpacer to a Layout to take up space just like a normal member, without actually drawing anything.
|
| NavigationBar | |
| NavStack | |
| ScrollableLayout |
A
Layout that is primarily designed for
holding a ScrollablePanel. |
| SegmentedControl |
A SegmentedControl is a horizontal control consisting of multiple
Segment's. |
| VLayout |
A subclass of Layout that applies a sizing policy along the vertical axis, interpreting percent and "*" sizes as
proportions of the height of the layout.
|
| VStack |
A subclass of Layout that simply stacks members on the vertical axis without trying to manage their height.
|