Hi guys. I have added tableView to a fieldset. Any...
# tornadofx
j
Hi guys. I have added tableView to a fieldset. Any way to configure the layout for the table? I want to grow it vertically...
c
Have you tried
vgrow = Priority.ALWAYS
? Sometimes it's necessary to add that to parents too. The layout debugger (press alt+meta+j) can be really helpful for quickly working out what is needed there.
j
Thanks. Realised too late it is just a VBox 😉
👍 1