我有一個ScrollPane裏面有一個窗格。最初該窗格是空的,但我動態地添加了一些ImageViews(垂直排列)。圖像應該調整大小,以便它們適合ScrollPane,而不必水平滾動。這是我做的,到目前爲止: // Pane that is content of ScrollPane and member variable of object
private MigPane imagesPane
我有一個Scrollpane與足夠大的內容來激活垂直滾動條。 fx:id的Scrollpane是myScrollPane。 我也有一個button叫Scroll To The Bottom。 我已經在fxml控制器中設置了Scroll To The Bottombutton的Action Event,如下所示。 @FXML
private voide myButtonOnAction(Actio