2
score
711
views
yes
status
CC BY-SA 3.0
Scrolling parallel views simultaneously
Hopefully I understand your question correctly. If you want both ScrollView s to scroll simultaneously then the code below should do the trick (untested): First create an interface to listen to scroll events: Next,...