Expand description
Layout primitives and containers.
Macros§
- layout
- Helper macro for layouts in
Component::render.
Structs§
- Grid
- A grid layout container.
- Grid
Child Builder - Builder of a child for
Grid. - Stack
Panel - A stacked layout container.
- Stack
Panel Child Builder - Builder of a child for
StackPanel.
Enums§
- Grid
Length - The width or height of a grid cell.
- Parse
Grid Length Error - Error can be returned when parsing
GridLength.
Traits§
- Enable
- Trait for a widget to enable or disable.
- Layoutable
- Trait for a layoutable widget.
- Visible
- Trait for a widget to set visibility.