SortOrder
Used by UIGridStyleLayout.SortOrder to order the elements in the layout.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
598 | Name | 0 | Elements are ordered by their Instance.Name in alphanumeric order. | |
598 | Custom | 1 | Elements are ordered by the function passed to UIGridStyleLayout:SetCustomSortFunction(). | |
598 | LayoutOrder | 2 | Elements are ordered by GuiObject.LayoutOrder in ascending order;
for example |
Description
Used by UIGridStyleLayout.SortOrder to order the elements in the layout.
History 10
- 598 Change Index of Name from 1 to 0
- 598 Change Index of LayoutOrder from 0 to 2
- 598 Change Index of Custom from 2 to 1
- 303 Change Tags of Custom from [] to [Deprecated]
- 280 Change Index of Name from 0 to 1
- 280 Add LayoutOrder
- 280 Change Index of Custom from 1 to 2
- 274 Add Name
- 274 Add Custom
- 274 Add SortOrder