RE: Scroll detection in NSTableView
RE: Scroll detection in NSTableView
- Subject: RE: Scroll detection in NSTableView
- From: "Jeff Evans" <email@hidden>
- Date: Wed, 28 Aug 2002 17:40:29 -0500
Have you tried listening for frame changes? I've never dealt with a
NSTableView, but it would seem like scrolling changes the frame, not the
bounds.
You could always subclass NSTableView and override the scrollToPoint:
method, but there's probably an easier way.
-Jeff
>
-----Original Message-----
>
From: email@hidden
>
[mailto:email@hidden]On Behalf Of Robert Miller
>
Sent: Wednesday, August 28, 2002 3:23 PM
>
To: Cocoa Development
>
Subject: Scroll detection in NSTableView
>
>
>
Hello,
>
>
Can someone tell me how to go about detecting when a scroll
>
has or is
>
about to happen in an NSTableView. I've tried getting its
>
enclosingScrollView's contentView and setting that to post bounds
>
resized notifications but , that doesn't seem to work. No notification
>
gets sent to my observing object when the table is scrolled ? Is there
>
an easy way to determine when a table is being scrolled ?
>
>
Thanks for any info in advance
>
Regards,
>
Bob M.
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.