I have a TableView generated with SceneBuilder and all the columns are FXML imports from other views, until there no problem, but the columns don't fill the width.
I tried to fix this with scene builder and FXML, but no luck, all the sizes are computed.
I tried to code it with a change listener that checks every time the window changes size to adapt the size of the columns.
This works and the columns resize to the proper width (basically I am getting the table view width and divide it by the number of columns), but for some reason the point where the column starts doesn't change and they overlap with each other.
Any suggestions?
Select the TableView in Scenebuilder an go to the Properties an change "Colum Resize P..." to the value > "constrained-resize":
Normally thats all you need.
If that doesn't work, you can try to reset the columns values:
This should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With