Hi,
I am having tableview at my .fxml file like below,
<TableView fx:id="tblViewer" prefHeight="340.0" prefWidth="800.0" styleClass="tableview" stylesheets="@ClsMain.css" />
I have select box of tables. When I am selecting any table all the data with columns populated into tableview. If columns are more, than tableview automatically render the horizontal scroll bar to it same for vertical scroll bar.
Problem is when I scroll to right end and if I am changing the dropdown selection it is not let me go to the left side. And some of the columns are truncated from the left. Like showing in the image.

Could you please help me out?
Kind regards.