0

以下场景:

BorderPane
  center
    ScrollPane
      List of other nodes

ScrollPane 会调整大小以填充所有空间。

向图片添加组:

BorderPane
  center
    Group
      ScrollPane
        List of other nodes

现在该组具有 ScrollPane 中第一个元素的大小,并且在它的右侧,空间是空的。

所有节点都没有设置任何大小属性(prefWidth,...)。既不在 fxml 中,也不在代码中。任何想法,可能有什么问题?

4

0 回答 0