Using a builder -- if you have a `form` with a `fi...
# tornadofx
k
Using a builder -- if you have a
form
with a
fieldset
with a
field
that contains a
textarea
, how can I make the textarea grow if the user resizes vertically.
vgrow = Priority.ALWAYS
doesn't seem to work, even if I apply it to every parent container of the
textarea
.