I am facing very strange behavior of `buildChildre...
# tornadofx
a
I am facing very strange behavior of
buildChildren
for
VBox
. Here is the code:
Copy code
bindChildren(controller.devices) { device ->
                            titledpane(
                                    title = "Device: " + device.name,
                                    collapsible = true,
                                    node = device.getDisplay().getBoardView()
                            )
                        }