I have a ListView which displays search results. When a search is being performed, I add a footer to the ListView which indicates that a search is in progress. I’d like to programmatically scroll my ListView to the bottom so the footer is visible to the user. Ideas?
My app is targeted to 2.1+
Use this method to scroll the ListView to bottom.
Taken from Listview Scroll to the end of the list after updating the list