The main takeaway from this is that `ItemViewModel...
# tornadofx
e
The main takeaway from this is that
ItemViewModel
saves the day by giving you a way to automatically rebind just by assigning to the itemProperty, and you don't even have to do that yourself because
bindSelected()
takes care of that for you as well.