orangy
bindTree(modelProperty,
{
TreeItem(it).apply { isExpanded = true }
},
{
(it as? ContainerItem)?.children
}
)
And it binds stuff, initializes, etc