1. You can shorten it slightly to `find<Manage...
# tornadofx
r
1. You can shorten it slightly to
find<ManagerCategoriesView>().replaceWith<ManageAccountsView>(sizeToScene = true, centerOnScreen = true)
(basically get rid of the `::class`s), but yeah, that's pretty much the simplest way. 2. Unfortunately no. We've tried a few solutions in the past, but they all ended up creating more problems than they solved. 3. I would assume it's the same as the lifetime of their
Scope
, but @edvin might have a better answer.