I think `listView.bind(state.site.itemProperty)` s...
# tornadofx
e
I think
listView.bind(state.site.itemProperty)
should be enough to write, or even a specialized version:
listView.bind(state.site)
.