• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to be notified of scrolling an NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to be notified of scrolling an NSTableView
      • From: Brian Amerige <email@hidden>
  • Prev by Date: Re: Core Data compound keys
  • Next by Date: Re: dynamically adding NSTableColumns while using bindings
  • Previous by thread: Re: How to be notified of scrolling an NSTableView
  • Next by thread: Re: How to be notified of scrolling an NSTableView
  • Index(es):
    • Date
    • Thread