I have a nested scroll view situation such as follow-
mainView->ScrollView1->ScrollView3(has many child ScrollView vertical)
*I want that when that when the user scrolls down then,first the scrollView1 will scroll dragging the displayed childScrollView3 along with it.(scrollView2's user interaction as well as scroll should be disabled)*
2)*And after it has reached its end the childScrollView3 will scroll with the same velocity that scrollView1 was scrolling ?*
Same should happen when user scrolls downward i.e childScrollView3 will first come to its end & then the scrollView1 shall scroll to top.
UPDATE
Mark - I searched on goole for parallax but that was not helpful as I have a paging scroll view with multiple vertical child scrolls.