Using a GridPane to implement a simple form, I have a column of labels and a column of controls. The bottom right control is a text area. The bottom row and right column are set to grow always. The TextArea max width and height are set to MAX_VALUE. But the TextArea will only grow horizontally, and adjust a little bit vertically - but it will stop crowing vertically such that it does not fill the "cell" in the GridPane.
(Sample code on the way.)
Same issue also appears in HBox.
(Sample code on the way.)
Same issue also appears in HBox.
- relates to
-
JDK-8120722 Baseline offset depends on layout bounds which are calculated during layout
-
- Resolved
-