Problem
I want to add data dynamically to a TableView and scroll to the new data\'s position. But when the rows in the TableView reach the ViewPort
I solved this problem using fixed cells..
listCategory.setFixedCellSize(40);
or
-fx-fixed-cell-size : 40;