ListView1 - last row

Hello.
Can someone help?
How do I arrange a jump to the last line in ListView1?
Ondrej

You could reverse the underlying list, which would put the last item first....

Or just get the listview content using the element index.

Thanks!
Ondrej