Just to be clear, the `cellFormat` closure operate...
# tornadofx
e
Just to be clear, the
cellFormat
closure operates on the
ListCell
and since
ListCell
extends
IndexedCell
it has access to
IndexedCell.getIndex()
.
👍 1