Then stick with `cellFormat`. The default ListCell...
# tornadofx
e
Then stick with
cellFormat
. The default ListCell already has a label and a graphic property, so just do
cellFormat { text = it.toString() }