ComboBox Defaulting to all Options Highlighted

117 views Asked by At

I have a combobox on a c# winform that is not databound (static list of values). When I initially launch the program all options are highlighted. I've disabled all my events for this comboBox and still have this issue. If I select a value it selects fine and will save to a variable but each time I expand the list all values are highlighted. Using MetroFramework library. Thoughts?

comboBox

designer.cs

0

There are 0 answers