Getting NSScrollView to ignore scrolling
Getting NSScrollView to ignore scrolling
- Subject: Getting NSScrollView to ignore scrolling
- From: Andrew Shamel <email@hidden>
- Date: Sat, 19 Feb 2011 10:42:44 -0800
HI All,
I have a NSTableView/NSScrollView setup that I've configured automatically to resize to contain the content of the table. This may sound silly, but I don't want scrolling behavior, but NSTableView seems to be designed to be inside a NSScrollView.
My question is this: how do I get the scroll view to ignore scrolling messages? The tables/scrollviews are sitting on views that are part of a homebrew collection view, and the scrolling "catches" on them, even though there's no scrolling to be done. The scroll view is taking the events, but there is nothing for them to do. I want to be able to scroll past the table using a scrollwheel or the trackpad without the scrolling action "catching."
Any ideas?
Thank you so much!!
Pax,
Andy Shamel_______________________________________________
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