Re: How to be notified of scrolling an NSTableView
Re: How to be notified of scrolling an NSTableView
- Subject: Re: How to be notified of scrolling an NSTableView
- From: Brian Amerige <email@hidden>
- Date: Wed, 1 Aug 2007 20:32:25 -0400
You could also observe NSViewBoundsDidChangeNotification on the
NSTableView.
On Aug 1, 2007, at 7:27 PM, Ross Tulloch wrote:
You can subclass the NSScrollView that is used by the NSTableView
and override:
-(void)reflectScrolledClipView:(NSClipView*)aClipView
From there you can send a notification or whatever...
Remember to call super's reflectScrolledClipView.
Regards,
Ross.
How can I be notified when my (nib-created) NSTableView is being
scrolled up and down?
Do I need to subclass it? or can it be done without subclassing?
- chase
_______________________________________________
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
_______________________________________________
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