What I am trying to achieve is to scroll to scroll_position_1 when tab1 (and so on) is clicked like this. I don\'t understand what\'s happening at
scroll_position_1
tab1
You can try this:
nestedScrollView.fling(0); nestedScrollView.smoothScrollTo(0, 0);