Syntax
Lua |
---|
function ListBox:GetReverseFill(); |
Returns
Type: booleanTrue if reverse fill is enabled.
Remarks
Gets the flag indicating if the listbox should fill in reverse. When filling in reverse, elements start at the bottom right and fill to the top left of the listbox. The default behavior is false and causes elements to layout from the top left to the bottom right.