It would probably be easier to instead use a `List...
# tornadofx
r
It would probably be easier to instead use a
ListView
with a custom cell renderer (and maybe some styling if you don't want it look like a list view), but it should be possible (though collection bindings are a pain). I don't know if TornadoFX will help with that use case in particular, but @thomasnield might have some Rx tricks up his sleeve that could help.