I have in my activity a listview and an imagebutton. When I click the imagebutton I want to go to a specific position in the list (I do this by calling: setSelection(int positio
// Stop scrolling smoothScrollBy(0, 0);
Internally this will call the method that @Nik is trying to reflect.