ScrollView scrolling speed
Posted
by
Psudheer_iph
on Stack Overflow
See other posts from Stack Overflow
or by Psudheer_iph
Published on 2011-01-17T10:51:35Z
Indexed on
2011/01/17
10:53 UTC
Read the original article
Hit count: 241
hi all,
thanx in advance.
In my app, i am having 2 scrollviews in view.first scroll is placed bottom and then second Scroll placed. if i scroll either first or second both will scroll depends on finger movements. this is working.
But my question is, i want the scrolling speed is different for first scroll and second scroll eg. if first scroll moves 2px speed then second scroll has to move double the speed of first scroll i.e 4px.
How can i solve this.
© Stack Overflow or respective owner