How to do I align a Button to the bottom of a VBox in FXML?
问题 I have some buttons inside of a VBox . I would like to align the last button to the bottom of the VBox. Is there any way to do this? I've tried this answer but it didn't work. Here is my code: <VBox fx:id="presetVBox" prefHeight="580.0" prefWidth="180.0" style="-fx-background-color: white;"> <padding> <Insets left="10.0" right="10.0"/> </padding> <Button fx:id="preset1Button" maxWidth="Infinity" mnemonicParsing="false" prefWidth="Infinity" text="Load Preset 1"> <VBox.margin> <Insets top="10.0