GetReverseFill
From LoTROInterface Wiki
API Reference > Turbine.UI.ListBox.GetReverseFill()
Gets the a flag indicating if the listbox should fill in reverse.
Syntax
| Lua | |
|---|---|
| function ListBox:GetReverseFill(); | |
Returns
Type: boolean
True if reverse fill is enabled.
Remarks
Gets the a 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.