Display Modes
UDisplay currently supports:
FlexGridMasonryStackRadialNone
Flex
- uses
flex_direction,justify_content, andalign_items - supports wrapping through
container_ext.flex.wrap - supports
flex_grow,flex_shrink, andflex_basison items
Grid
- can run in a simple mode through
grid_columns - or in an advanced mode through
template_rowsandtemplate_columns - supports auto-placement through
auto_flow,auto_rows, andauto_columns
Masonry
- places each item in the shortest column
- useful for Pinterest-like layouts
Stack
- overlays children in the same space
Radial
- distributes items around a circle
- useful for sci-fi or menu-like layouts
None
- disables layout behavior for the container