ComboBox Multiple Listings?

awooster

Member
Joined
Nov 23, 2012
Messages
11
Programming Experience
5-10
I have a combobox with three items in it, however, when I debug and run the app., it lists the three items twice? How do I get it to only list them once each?
 
3 items in the combobox at design time? What is your collections property set to? And are you adding these values again perhaps at runtime somewhere in the code? This is what you should be looking for.
 
Back
Top