> Yeah, I have the ContentSize set to the same width as the scroll view, and I > doubled checked to make sure that nothing in the scroll view is wider than > its width. But I still have bouncy horizontal scrolling going on. > > I must be missing something, but I can't figure out what it is.
Make sure that AlwaysBounceHorizontal is set to false (this should be the default, but perhaps some code changed it). -- Adam Kemp [email protected] (512) 683-6058 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
