How do I programmatically upon inserting new items to a PullToRefreshListView scroll so that the last item is visible? Here is some code: listView = (PullToRefreshListView) findVie
Solution 1:
You can set the TranscriptMode on a ListView to have it always scroll to the bottom when new content is added
Post a Comment for "Scroll To End In A Pulltorefreshlistview"