I have two buttons that switching to the next list of events and the previous one.
When I go to next\previous event, scrolls remains somewhere below. But I need to "rewind" it up.
I'm trying:
scrollViewEventDetails.pageScroll(ScrollView.FOCUS_UP);
and:
scrollViewEventDetails.scrollTo(0, 0);
but it doesn't work. Please, help!