JavaFX: TextArea automatic height expanding without scrollbar
问题 Can I force the TextArea control to automatic expanding the height ? In the following case, I would like to see the scrollbar at ScrollPane control, not at TextArea control. <?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.Insets?> <?import javafx.scene.control.ScrollPane?> <?import javafx.scene.control.TextArea?> <?import javafx.scene.control.TextField?> <?import javafx.scene.layout.VBox?> <ScrollPane fitToHeight="true" fitToWidth="true" maxHeight="-Infinity" maxWidth="