FluentStack
is a container-type component that can be used to arrange its child components in horizontal or vertical stack.
Orientation
: The child components are controlled via the Horizontal
(default) or Vertical
.
Alignment
: The child components are controlled via the HorizontalAlignment
and VerticalAlignment
.
Spacing
: The child components are controlled via the HorizontalGap
and VerticalGap
.
Wrap
: Determines if childs overflow the FluentStack
container or wrap around it via true
or false
.
Item3-1
Item3-2
Item4-1
Item4-2