On Wed, Mar 4, 2015, at 09:33 PM, Graham Cox wrote:
> I was looking for a way originally to set just the one scroller to not
> hide its scrollers by setting -setAutohidesScrollers:NO but found that
> was being ignored when my trackpad was switched on. If I set that
> setting, I expect to mean it. Or else there should be an additional
> setting in NSScrollView,
> -setAutohidesScrollersAndThisTimeIReallyMeanIt:NO

Subclass NSScroller and override +isCompatibleWithOverlayScrollers to
return NO. Then assign an instance of this subclass via
-setHorizontalScroller:.

--Kyle Sluder
_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to