How to bind Pane with another Pane in JavaFX
问题 I'm finding the way that how to bind the size of a pane with the outer pane. I could bind the size ofRectangle with Pane, But couldn't bind an inner pane (Red dotted rectangle) with outer pane (Blue dotted rectangle) Why I couldn't do it It seems to be that Pane does not provide bind method for widthProperty Objects At least, bind width with TextArea of inner Pane with outer Pane I'll make many new tabs, therefore, I prefer to bind inner Pane with outer Pane rather than bind TextArea directly