• 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: 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


References: 
 >Re: How to be notified of scrolling an NSTableView (From: Ross Tulloch <email@hidden>)

  • Prev by Date: Re: dynamically adding NSTableColumns while using bindings
  • Next by Date: [SOLVED] Re: dynamically adding NSTableColumns while using bindings
  • Previous by thread: Re: How to be notified of scrolling an NSTableView
  • Next by thread: Re: Usefulness of a Cocoa DSP framework?
  • Index(es):
    • Date
    • Thread