Re: Scrollwheel ignores line scroll setting in NSScrollView - bug?
Re: Scrollwheel ignores line scroll setting in NSScrollView - bug?
- Subject: Re: Scrollwheel ignores line scroll setting in NSScrollView - bug?
- From: "Michael Ash" <email@hidden>
- Date: Tue, 30 Dec 2008 08:31:01 -0500
On Mon, Dec 29, 2008 at 10:02 PM, Graham Cox <email@hidden> wrote:
> The scrollwheel input ignores NSScrollView's -setVerticalLineScroll:
> setting.
>
> Is this intentional, or should I file a bug?
>
> Is there a way to fix this behaviour other than subclassing that I've
> missed? It's pretty annoying.
Why would it use this value? From the documentation:
"This value is the amount used when the user clicks the scroll arrows
on the vertical scroll bar without holding down a modifier key."
Nothing about scroll wheels in there.
Are you thinking that this sets a minimum scroll amount and that the
scroll wheel should not be able to scroll less? Well that's not how it
works. Scroll wheels are intended to have no minimum scroll amount. If
you want one (which I don't recommend) then you'll have to subclass
and implement one.
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden