Is it possible to stretch controls inside a `field...
# tornadofx
v
Is it possible to stretch controls inside a
field
in a
form
? I'm using
form { fieldset { flowpane { field { combobox { ... } } } } }
, and setting
field { minWidth = 200.px; maxWidth = 200.px }
in corresponding stylesheet. It seems that a
fieldset
has maximum width of
200
, but fields overlap in less than
200
. I want all fields to be of fixed width with controls stretched inside