but it does not show anything, while a BorderPane ...
# tornadofx
s
but it does not show anything, while a BorderPane works. Do you have any idea how I can embed views in a VBox? Thanks!
a
Hi @spechard - what you may be interested in is embedding your userInfoView as a fragment within your view instead, since views are essentially singletons
s
well, for this one, a singleton is fine, I don’t need multiple instances of it
👍 1