public void scrollToColumn (TableColumn<S, ?> column)

Scrolls the TableView so that the given column is visible within the viewport.

Parameters:
column    The column that should be visible to the user.

Since:  JavaFX 8.0