Scroll to view the selected list item function
Hi,
We have an application that has a list with many items.
In Portrait mode on the iPad, the user can see about 5 items. We maintain a "currently" selected item in the list.
Is there a function that I can call, to ensure the currently Selected item is always visible?
For example...
Let's say there are 50 items in the list.
Then, let's say the user has scrolled down and selected item #40.
Then, the list gets refreshed.
After the list is reloaded, I need to call a function that will automatically scroll item #40 into view.
Is there such a function ?
Thanks