Skip navigation.
 
mlRe: NSView begin scrolled
FROM : Benjamin Stiglitz
DATE : Wed Nov 07 18:10:18 2007

> How can i set up a NSView to be notified when its being scrolled? I 
> tried getting notifications for bounds and frame changes on the 
> view, but i dont get any when it is scrolled. I also tried 
> overeloading setFrame and setBounds, but the same thing, no updates 
> when being scrolled.


You need to enable the clip view’s bounds changed notifications; see 
Mark Dalrymple’s page on NSScrollView at:
http://www.borkware.com/quickies/one?topic=NSScrollView

-Ben_______________________________________________

Cocoa-dev mailing list (<email_removed>)

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/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlNSView begin scrolled Alexander Cohen Nov 7, 17:17
mlRe: NSView begin scrolled Benjamin Stiglitz Nov 7, 18:10