In a JavaFX TableView, each column can be resized "automatically" to the minimum with needed by double clicking on the separators between the columns.
I would like to have this behaviour automatically. How can I achieve this?
In a JavaFX TableView, each column can be resized "automatically" to the minimum with needed by double clicking on the separators between the columns.
I would like to have this behaviour automatically. How can I achieve this?