Optionalalignment?: Enum.VerticalAlignment | Enum.HorizontalAlignmentApplied respectively to the HorizontalAlignment and VerticalAlignment, If the alignment provided exists on both Vertical and Horizontal axis, it will be applied to both. e.g. Center.
OptionalFillDirection?: Enum.FillDirectionFillDirection applied to the UIListLayout.
OptionalHorizontalAlignment?: Enum.HorizontalAlignmentHorizontalAlignment applied to the UIListLayout.
OptionalHorizontalFlex?: Enum.UIFlexAlignmentHorizontalFlex applied to the UIListLayout.
OptionalItemLineAlignment?: Enum.ItemLineAlignmentItemLineAlignment applied to the UIListLayout.
OptionalPadding?: UDimOptionalSortOrder?: Enum.SortOrderSortOrder applied to the UIListLayout.
OptionalUIPadding?: number | Vector2 | UDim | [UDim, UDim, UDim, UDim]Padding applied to the created UIPadding, NOT the Padding of the UIListLayout.
number, all sides will have the offset of the number provided.Vector2, left and right will have values of X, top and bottom will have values of Y.UDim, UDim will be applied to all sides.OptionalVerticalAlignment?: Enum.VerticalAlignmentVerticalAlignment applied to the UIListLayout.
OptionalVerticalFlex?: Enum.UIFlexAlignmentVerticalFlex applied to the UIListLayout.
OptionalWraps?: booleanWraps applied to the UIListLayout.
A
FramewithUIPaddingandUIListLayoutsupport.