c# - How do i display the first item in the already? -
this question exact duplicate of:
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
Post a Comment