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: Ross Tulloch <email@hidden>
- Date: Thu, 2 Aug 2007 09:27:31 +1000
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