JavaFx - ComboBox Scrolling to the selected item

0

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.

    
asked by Matías Dell'Oso 09.04.2018 в 18:11
source

0 answers