<@U0BMADWBS> i think the problem may be binding to...
# tornadofx
c
@aimozg i think the problem may be binding to a TreeCell and not to a MyItem. Are the fields of MyItem property-based?
a
MyItem fields are property-based. But they don't subclass TreeItem or any of that.
binding to a TreeCell and not to a MyItem.
can you explain more?
g
I think this is the issue you are having https://stackoverflow.com/q/32478383/4931921
@edvin - could we add support for this on
TreeCellFragment
?
A less elegant approach might be to call
treeview.refresh()
on a listener attached to the domain objects you are interested in.
e
@gtnarg Absolutely, we should definitely have that so it aligns better with TableView and friends