I am using Gluon SceneBuilder to build a JavaFX application and want to use the scrollbar on the scroll pane to scroll the content.
I have a TableView with two table columns on the scroll pane. When I drag the thumb, instead of scrolling the content, the scroll bar is scrolling the whole table view. So when I drag the thumb to the bottom, it does not show the remaining content. I want to keep the headers fixed, and only the content is scrollable. How can I make it work?
