Is it possible to scroll to a selected position in a ComboBox using JavaFX? If I execute:
comboBox.getSelectionModel().select(i)
The record is selected and takes the focus but the scroll bar does not move to that place, if it is too low I can not see it.