i have a lengthy listview
after i click on an item and the app performs the assigned function, when i return to the listview, i notice that everything is where i left it (eg, if item 7 was at the top of the screen, it's still at the top the next time i make the view visible.)
on a resume, however (following an orientation change), the listview display starts with item 0 at the top of the screen.
forcing the view to start its display at item 0 is easy enough; how do i force it to start at a specific index - an anchor of sorts? in other words, do a virtual scroll to a certain index and then make the view visible with that index at the top.
thank you.
-go
after i click on an item and the app performs the assigned function, when i return to the listview, i notice that everything is where i left it (eg, if item 7 was at the top of the screen, it's still at the top the next time i make the view visible.)
on a resume, however (following an orientation change), the listview display starts with item 0 at the top of the screen.
forcing the view to start its display at item 0 is easy enough; how do i force it to start at a specific index - an anchor of sorts? in other words, do a virtual scroll to a certain index and then make the view visible with that index at the top.
thank you.
-go