Module layouts
Source - Bin
- A container pairing a layout with a drawable element.
- Column
- Vertical layout of items.
- EitherOr
- A container that holds two drawables but displays only one at a time, allowing toggling between them.
- Enum
- A container that holds multiple drawables but displays only one at a time, allowing toggling between them.
- Opt
- A container that optionally displays a drawable item, toggling between visible and hidden states.
- Padding
- Structure used to define top, left, bottom, and right padding of an UI element.
- Row
- Horizontal layout of items.
- Scroll
- Scrollable layout of items.
- Stack
- Items stacked on top of each other
- UniformExpand
- Wrap
- Horizontal layout that automatically wraps items to the next row when the maximum width is exceeded.
- AdjustScrollEvent
- Adjust the scroll value of a
Scroll layout. - Offset
- ScrollAnchor
- Defines the reference point for scrolling content.
- ScrollDirection
- Defines the direction of the scrolling.
- Size
- Enum specifying how a layout should size and resize its content.