``` tabs.bind(controller.list) { ...
# tornadofx
n
Copy code
tabs.bind(controller.list) {
            Tab(it.toString() ).apply {
                vbox {
                    label {
                        text = it
                    }
                }
            }
        }
this works a little better .. it properly adds and removes tabs but there is still no content in the tabs