Is there a way that I can makle sure a given item in an android listview is entirely visible?
I\'d like to be able to programmatically scroll to a specific item, lik
I believe what you are looking for is ListView.setSelectionFromTop() (although I'm a bit late to the party).