i tried this: ``` tabpane { tabs.bind(scop...
# tornadofx
n
i tried this:
Copy code
tabpane {
        tabs.bind(scope.pageViewModels) { page ->
            Tab(page.pageId).apply {
                borderpane {
// more content here
but it ends up creating empty tabs