Join Slack
Powered by
If you use a cellFragment, you need to consider th...
# tornadofx
e
edvin
07/22/2017, 5:11 PM
If you use a cellFragment, you need to consider that when the Fragment is created, you don't have access to any data. You only have an
itemProperty
which will be null at creation time. To deal with that, wrap an ItemViewModel around the
itemProperty
and bind towards the view model properties. That's really clean, but you need to understand it properly.
2
Views
Open in Slack
Previous
Next