ListView wont release focus in .NET CF 3.5

Posted by roman on Stack Overflow See other posts from Stack Overflow or by roman
Published on 2010-05-03T23:37:49Z Indexed on 2010/05/04 0:48 UTC
Read the original article Hit count: 246

Filed under:
|
|

I have a form with a ComboBox and a ListView, when I press the down key on the Dpad focus moves from ComboBox to the items in the listView. But then I cant get out of the ListView and focus on the ComboBox again, I can only go up and down in the ListView items, how do I let the user go back to the ComboBox?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about compact-framework