iOS Question disable vertical scrolling (scrollview)

le_toubib

Active Member
Licensed User
Longtime User
hi
i only need a horizontal scrollview
so i added this line in the scrollchanged event :
ScrollView1.ScrollOffsetY=0

it works , but the scroll actually happen and quicly return to zero , so the net result is a tremor , is there a better way to do it ?
 
Top