I need to set the scroll position of my NSScrollView programmatically, and I don't want it to scroll smoothly (if the user's "smooth scrolling" preference is on). I can't find a way how to do that.
Calling scrollPoint: on my document view results in smooth scrolling. I thought that removing the scroll view from its superview before and adding it back afterwards would prevent this, but it doesn't. I also tried calling setBoundsOrigin: on the content view instead, but it also results in an animation (although only sometimes, and in different cases than with scrollPoint; I haven't been able to figure out the details yet). I guess I could mess with NSUserDefaults, turning off smooth scrolling before calling scrollPoint and restoring it to what it was before afterwards, but this seems like a hack to me. Any other ideas? -- Stefan Haller Berlin, Germany http://www.haller-berlin.de/ _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com