How can the second child of an HBox always be drawn behind every other child in JavaFX

55 Views Asked by At

Following is the standard layout when the application is started: enter image description here And it looks like the following image, as soon as I "zoom" (resize bigger) the pane (which I colored green so you can see it better): enter image description here

How can I draw the pane, which is in the second half of an HBox below all the other children?
For reference here the Nodes in the Scene Builder:
enter image description here

I tried moving the pane with Node.toFront and Node.toBack but didn't see any changes. I tried using the z-scale but this did also not work

0

There are 0 best solutions below