I have the following question: I would like to disable the horizontal scrollbar of my TableView. It may not be visible, but also the TableView may not be scrolled horizontal
Try to set
table.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY);
without setting pref width of columns.