Issue with editing value in a ComboBox

70 views Asked by At

enter image description here

This combobox is part of a larger User Control written in C# that I am embedding in another application. When selecting a value from the combobox and after it loses focus, I cannot come back and actually edit the displayed text. I have to either delete all of the text and manually enter text or select a new value. The combobox is not bound to any source, and the values were added through Items.Add. There are no events tied to the combobox either. Is there some setting I am not aware of? I have looked, and searched Google, and can't find anything.

0

There are 0 answers