To scroll multiple scrollview at the same time

Hi,

Is there a way to scroll more than one ScrollView at the same time?
For example, i have 2 ScrollView (A and B ). When i scroll A, i want B to do the same. Is it possible?

PS: i tried 

           scrollViewA:takeFocus( event )

           scrollViewB:takeFocus( event )

, but it doesn’t work. It focuses only on the last line.