Javafx : SplitPane resize children
问题 I fave an .fxml file, in which I have added some TitledPane but I cannot resize them in the application. Here is the code: <ScrollPane AnchorPane.topAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0"> <SplitPane orientation="VERTICAL" fx:id="splitPane"> <TitledPane> <TextArea fx:id="taTop" wrapText="true" editable="false" prefHeight="100"/> </TitledPane> <TitledPane> <TableView fx:id="tableFrist" minHeight="120" maxHeight="120"> <columns>