Layout
Stack, grid, overlay and custom panel layout infrastructure.
- Kind: Section
- Section: SkeleKit.iOS
Classes
| Class | Summary |
|---|---|
| Border | Wraps a single child with padding and an optional stroke; also the generic padding container. |
| Grid | A grid placing children into cells of Grid.Rows and Grid.Columns (absolute, auto, or star). |
| GridExtensions | Fluent attached-property setters for placing a view inside a Grid. |
| Overlay | A z-stack: children are drawn atop one another, each given full bounds and placed by its own alignment. |
| ScrollView | A scrolling container for a single child. |
| StackPanel | Stacks its children in a single line, vertically (default) or horizontally, with optional spacing. |