Hello everyone. I have made some progress since my...
# tornadofx
p
Hello everyone. I have made some progress since my last questions (yay!) but now I'm stuck again. I have a
TreeView
which contains cells with their text bound to a
SimpleStringProperty
. But - when I update the data, the cells do not get updated until I open/close a node. How can I get the cells to update automatically? I expected them to do this automatically since they're bound to a property.