Syntax
Lua |
---|
function ListBox:GetFlippedLayout(); |
Returns
Type: booleanTrue if flipped layout is enabled.
Remarks
Gets 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.