I have a JavaFx program which populates tableview with values. The table should display only 6 columns and the rest should be visible when scrolled.
But the scroll bar will not move when using mouse/keyboard. The horizontal scroll bar won't move either with mouse or the keyboard arrow keys. The vertical scroll atleast moves only with keyboard arrow keys.
I tried
Table.scrollTo(7);
It just scrolls down instead of horizontally.
Uploading a screenshot of the image here.
.