UIFlexItem
Show Deprecated
The UIFlexItem object defines flex behavior for its parent GuiObject under the control of a UIListLayout. The defined flex behavior overrides that of the controlling UIListLayout, letting you configure flex behavior on a per‑object basis where necessary.


Summary
Properties
How the parent GuiObject grows or shrinks with available space in the flex layout container.
Determines the amount the parent GuiObject grows relative to other items in the line. Applies only if FlexMode is set to Enum.UIFlexMode.Custom.
Cross-axis alignment of the specific parent GuiObject within the flex line.
Determines the amount the parent GuiObject shrinks relative to other items in the line. Applies only if FlexMode is set to Enum.UIFlexMode.Custom.