Skip navigation.
 
ml[SOLVED] Re: NSScrollView scroll notifications?
FROM : Nick Zitzmann
DATE : Tue Nov 02 18:20:41 2004

On Nov 1, 2004, at 4:14 PM, Nick Zitzmann wrote:

> But when the view is scrolled, the tracking rectangles stay the same.
> How do I let the subviews know when the enclosing scroll view has been
> scrolled?


Thanks to those who responded. Here is the correct answer: Get the
view's NSScrollView, get the NSScrollView's NSClipView, turn on
bounds-did-change notifications on the NSClipView, and register for the
notifications.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlNSScrollView scroll notifications? Nick Zitzmann Nov 2, 00:14
mlRe: NSScrollView scroll notifications? Keith Renz Nov 2, 05:22
ml[SOLVED] Re: NSScrollView scroll notifications? Nick Zitzmann Nov 2, 18:20