<@U6YA36HTL> The TreeView isn't really data driven...
# tornadofx
e
@iyankovsky The TreeView isn't really data driven, so the given item will never change for a given TreeItem. If you supply a custom TreeItem to the builder you can wrap the item in a ViewModel in the constructor of the custom TreeItem. Does that make sense?