ListView with textbox editable - Press Enter Focus to Another Subitem's Textbox

alicealicia

New member
Joined
Nov 16, 2010
Messages
2
Programming Experience
Beginner
I got a ListView with textbox as below:

Name Age Year Joined
Alice 20 2005
Amy 21 2006
Albert 18 2009
Ham 25 2010

The Name, Age and Year Joined is the header, and the Name item are not editable. User only can edit the Age and Year Joined Column items.

I want it to be like this. When User key in the age subitem for Alice, and press enter key, it will move the focus to Year Joined subitem. And when key in Year Joined and press enter, it will automatically move the focus to Amy's Age item.

Can anyone teach me how to do this. I really appreciate your help .
 
Back
Top