I need to add some Touch events to a Scroll view so that my "snap to position routine" works smoothly...
Using a timer makes it either too sensible (with small time intervals) or gappy (with larger time intervals)...
So I need at least to add the touch up event...
Also if possible, to get rid of the underlying bar that apears when scrolling...
I know I need reflection for it... but it goes beyond my knowleage achieving the rest..
The problem is that ScrollView needs to handle the touch event in order to implement the vertical scrolling. If you handle it yourself then it will not work properly.