java - JavaFX: Expand a ComboBox programmatically -


does know how expand combobox code? know in c# can combobox1.droppeddown = true;, how do in javafx?

after stage visible, use :

combobox.show(); 

if want add event, before stage visible, may use :

primarystage.setonshown(event -> combobox.show()); 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -