How to display the current row number on an item in a list view

0
I would like to show the row number of each row in a list view. How can I do that?
asked
1 answers
1

You can add a non-persistant with an integer attribute, which get its value based on the sorting of your listview. You just need to know what the sorting of your listview is going to be.

answered