java - How to increase height of JavaFx ControlsFx autocomplete suggestion list? -


when increase font size of autocomplete textfield using css or java, autocompleted suggestion list not increase in height fit enlarged text.

screenshot

in addition, popup doesn't appear below textfield. works fine long don't increase font size.

i tried using padding , adjusting margins, didn't work. how can increase height of autocomplete suggestion list?


Comments