So in classic Bad Programming Habits style, I had a variable that I was using for the width of something else that I used for the scrollview, forgetting that the two objects were not the same width, so that was the problem. I don't know why I try to over-use variables like that. It's some weird compulsion.
--Chris Adam Kemp wrote >> 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 > adam.kemp@ > (512) 683-6058 > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- View this message in context: http://monotouch.2284126.n4.nabble.com/Disable-Horizontal-Scrolling-in-a-UIScrollView-tp4657116p4657144.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
