Re: Avoid smooth scrolling when scrolling programmatically

2011-09-12 Thread Stefan Haller
Kyle Sluder wrote: > On Mon, Sep 12, 2011 at 12:07 AM, Stefan Haller > wrote: > > 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. > > W

Re: Avoid smooth scrolling when scrolling programmatically

2011-09-12 Thread Kyle Sluder
On Mon, Sep 12, 2011 at 12:07 AM, Stefan Haller wrote: > 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. Why would you not want to scroll smoo