I have the 10th item as the top visible one in the listview. I need to do smooth scroll to the top item. When I do the following, it just stays at around the 6th item from top, does not scroll to the top.
lstConvList.setSelectionFromTop(10, 30);
lstConvList.smoothScrollToPositionFromTop(0, 0, MyMessage.SCROLL_UP_DURATION);