Im trying to create a "contact list" for android and I'm having trouble to find out how to scroll to a position/item in a ListView
when clicking the letters on the right.
Much like this:
I can't seem to find any method to scroll the list.
There is a SelectedItem property that I can set in the ListView, but doesn't seem to do anything.
can someone assist me ?
(I'm not using xaml)
Thank you for your time.