I am trying to auto scroll listview till reach to bottom. Listview should be scroll slowly like animation. I am using below code for scroll listview and listview auto scrolling working but problem is that listview not scrolling till reach to bottom at the mid way listview stop scrolling
orderlistview.smoothScrollToPositionFromTop(orderlist.size(), 0, 2000);