Stack Widgets
This page has been split into individual widget documentation pages for better organization.
VStackWidget
VStackWidget arranges child widgets vertically from top to bottom with flexible height distribution.
View full VStackWidget documentation →
Key features:
- Vertical layout container
- Content, fill, and fixed height sizing
- Weighted fill distribution
- Focus management
- Tab/Shift+Tab navigation
HStackWidget
HStackWidget arranges child widgets horizontally from left to right with flexible width distribution.
View full HStackWidget documentation →
Key features:
- Horizontal layout container
- Content, fill, and fixed width sizing
- Weighted fill distribution
- Focus management
- Tab/Shift+Tab navigation
See Also
- VStackWidget - Detailed vertical stack documentation
- HStackWidget - Detailed horizontal stack documentation
- BorderWidget - For adding borders to stack children
- ThemePanelWidget - For scoped theming of child widgets