I have a nice little functional UIScrollView as subview on a screen. Everything works perfectly, except that it allows horizontal scrolling and I don't want that (and there's nothing in that subview that is wider than its container). I've set both AlwaysBounceHorizontal and ShowsHorizontalScrollIndicator to false just...I don't know, I didn't know what else to try. Anyway, the bouncy horizontal scrolling is still happening.
I swear I read how to disable just horizontal scrolling in a scrollview *somewhere*, but now of course I can't remember where (assuming I'm not misremembering). So how do you disable horizontal scrolling in a UIScrollView while leaving your nice, bouncy vertical scrolling intact? --Chris -- View this message in context: http://monotouch.2284126.n4.nabble.com/Disable-Horizontal-Scrolling-in-a-UIScrollView-tp4657116.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
