标签: javafx fxml
我想只使用FXML使节点以宽度填充它的父级。
从代码我可以做到:
imageView.setFitWidth(imageView.getParent().getLayoutBounds().getWidth());
但有时 imageView.getParent()。getLayoutBounds()。getWidth()调用给出0.0
对于FXML解决方案我会更高兴,但其他任何一个也没关系。