Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/UIListLayout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
UI element, either horizontally or vertically. Each sibling UI element retains
its original `Class.GuiObject.Size`, but its `Class.GuiObject.Position` will
be taken under control by the UIListLayout. While under control, the Position
property of sibling UI elements will not be editable in the Properties window.
property of sibling UI elements will not be editable in the Properties window. Its `Class.GuiObject.Rotation` property will also be ignored.

You can use the elements' `Class.GuiObject.LayoutOrder` by changing
`Class.UIListLayout.SortOrder` to LayoutOrder. A UIListLayout will
Expand Down
Loading