UIFlexAlignment

In a UIListLayout flex layout, specifies how to distribute extra horizontal space in a HorizontalFlex layout or vertical space in a VerticalFlex layout.

Items

NameValueSummary
None0

No flex behavior; siblings maintain their defined width or height.

Fill1

Siblings resize to fill the entire parent container, overriding their defined width or height.

SpaceAround2

Siblings maintain their defined width or height. Equal spacing is added on both sides of each sibling.

SpaceBetween3

Siblings maintain their defined width or height. Equal spacing is added between siblings, but no additional space is added around siblings.

SpaceEvenly4

Siblings maintain their defined width or height. Equal spacing is added both between and around siblings.

On this page