I have a standard ListView
with a GridView
. Now I want one of the columns in the GridView
to be the 1-based index of that line in the list, as such:
| # | First name | Last name |
| 1 | John | Smith |
| 2 | Anne | Anderson |
How do I do that?