c# - Keep focus on combobox after first selection -


i have form comboboxes , textboxes.

if using keyboard key iterate through matching items in list, after first matching item, focus gets lost , moves next control (textbox) in form. works expected if form has no other controls switch after first selection.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -