c# - How do i display the first item in the already? -


how display first item combobox ? combobox empty when click on collapse list see list of items.

for (int = 0; < 9; i++)             {             combobox1.items.add("reduced by: " + i.tostring());             } 

if mean select first item in combobox can this:

combobox1.selectedindex = 0; 

Comments

Popular posts from this blog

android - Automated my builds -

python - How to return the most similar word from a list of words? -

apache - GeoServer under https -