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

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -