I am trying to layout an application with a central tableview within a borderpane.
The top is used for the menu, the centre for the tableview which grows to use all available space and the bottom for the footer.
You can see it in action here:
https://www.youtube.com/watch?v=6-0YFMwa4RA
You can see that the tableview increases size nicely with the window, but when the window shrinks the tableview is truncated and no scrollbar is displayed to allow viewing of all of the content.
The other more minor issue is that the logo in the footer also gets truncated whereas I would like it always to be shown at the right side of the footer area.
Here is my layout:
https://gist.github.com/zorro2b/a3db62dd5d382be767a70a8142a0fb16
Is there any way to achieve this layout with the header and footer and such that the table view takes available space but if the window becomes too small it adds scrollbars?
thanks,
Andrew