0

I have a VBox with elements and one Line(javafx). I want the line's height to be same as that of the VBox. These elements are put inside a Hbox and I have many such Hbox's.

The problem is vbox.getHeight() returns me zero unless I have put the whole thing inside the scene graph.

Any alternatives to solve this ?

4

1 回答 1

1

您可以将线的高度绑定到heightPropertyVBox 的高度。

于 2014-01-25T08:34:19.073 回答