CustomCellListTableData

align-to-center

bool

Whether or not to center the content of the list when there aren’t enough items to fill the container.

clickable-cells

bool

Whether or not cells can be clicked or not.

cell-size

float

width/height of a cell.

contents

data

UIValue(List<object>)

The data source for the list.

list-direction

TableType

Whether or not the list is vertical or horizontal.

list-height

float

list height, only relevant for horizontal lists.

list-width

float

list width, only relevant for vertical lists.

select-cell

UIAction<TableView, object>

UIAction to run when a cell is clicked object can be the type of the cell host.

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.