How to scroll ListView to the bottom?
问题 I though this would be a simple task, but apparently there is no way to scroll listview to the bottom. All solutions that I found are using variations of setSelection(lastItem) method which only sets selection to last item, but does not scrolls to the bottom of it. In my case I have a empty listview (with a long empty view header set) and I want to scroll to bottom of it. So, is there a way to do it? Edit: So for those who are interested the working solution is: getListView()