I have a gridpane with 2 rows and 2 cols. The user should be able to change the column width on the UI dynamically (best with the mouse on the divider). But I haven't found a way to do that.
Can this be done using a gridpane or would I have to use a splitpane as in Resizeable Gridpane or other container with e.g. nested vboxes in each pane?
Thanks in advance, Thomas