Reference API Roblox

Engine API

Website

Related

Reference API Roblox

UIFlexAlignment

In a UIListLayout flex layout, specifies how to distribute extra space in the parent container.

Items 5

HistoryNameValueDescription
598None0

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

598Fill1

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

598SpaceAround2

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

598SpaceBetween3

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

598SpaceEvenly4

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

Description

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

History 6

Settings