CustomListTableData
align-to-center
bool
Whether or not to align the cells to the center.
cell-size
float
width/height of a cell.
data
content
UIValue(List<object>)
The data source for the list.
expand-cell
bool
Whether or not to expand the cell to allow for longer text (only relevant for List style).
list-direction
TableType
Whether or not the list is vertical or horizontal.
list-height
float
list height, only relevant for horizontal lists.
list-style
ListStyle
The style of the list cells.
list-width
float
list width, only relevant for vertical lists.
select-cell
UIAction<TableView, int>
UIAction to run when a cell is clicked, int is index of cell.
show-scrollbar
bool
Whether or not to show a scroll bar with buttons to scroll this table.
visible-cells
float
How many cells long/wide to make the list.