Beta Documentation - Subject to change.

Sets the flag indicating that the draw order should be flipped.

Syntax

Lua
function ListBox:SetFlippedLayout(value);

Parameters

value
Type: boolean
True to enable layout flipping.

Remarks

Sets the flag indicating that the listbox should flip the row-order for horizontal listboxes, and the column-order for vertical listboxes. When a horizontal listbox is flipped, the drawing starts on the last row and continues until each row is drawn, terminating on the first row. The default behavior is false and causes elements to render from the top left to the bottom right.

See Also