ListView press enter key

Nov 25 2010 6:12 AM
Hello,

I have created a ListView, and put the textbox named EditBox in the all the subitem. I got 50 rows as shown below:

Location    Temperature    pH     Hazen      Total Iron
A1
A2
A3
A4
A5
......
The first row is the header, and the location column cannot be enter. The temperature, pH, hazen and total iron must be key in by user. I have found a sample in other website, and put the EditBox textbox for all the fields.

Now I got the problem. I want it to be when the user press enter key, it will move the focus or the cursor to next subitem. For example, when the user has key in the temperature for A1, when press enter, it will move the cursor to pH for A1. And after user key in the total iron for A1, when press enter it will move the cursor to temperature for A2.

Does anyone know how to do this? Can give some guideline or tutorial for this.

Your help is much appreciated.