Listview row count

How can i count listview row?

Use selection.index for the item you have selected
or
get the length of the list you supplied to the listview (if you want the entire length)

Hello Sirajul

Like this for example, there are many ways to collect and or display total rows:

1 Like

Here's another way to count the number of items/rows with the same tag, or to know the index of which item was clicked.

Thanks it works fine.

@Sirajul_Haque I think you should close this topic by pressing the Solution button if your problem has been resolved, so other people who have problems like you can learn from the topic you created. Thank you

Regards,
Salman Dev

Hello codo

To get the index of the row selected:

Snap4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.