Scrollview can't oblique move by touch

Is there any parameter can be set to let scrollview move x and y at the same time by touch?

Just like this video:

https://www.youtube.com/watch?feature=player_embedded&v=ecAcUxex46c#t=74

example:iOS’s directionalLockEnabled

This is the problem video:

https://www.youtube.com/watch?v=U7k05yg50Og

Thank you

I resolve:

lock the scrollview, and set position by math from event.x,event.y,event.xStart,event.yStart

Then unlock the scrollview.

I resolve:

lock the scrollview, and set position by math from event.x,event.y,event.xStart,event.yStart

Then unlock the scrollview.