FROM : Mike Ferris
DATE : Wed Apr 06 16:50:57 2005
You want to put the two tables in separate borderless scroll views and
turn off the vertical scroller in the left one. Then have your
controller object watch for the two views to scroll and make sure the
other is in sync (need to watch in both directions since the
scroll-bar-less one may stil autoscroll...)
To catch scrolling in action observe NSBoundsDidChangeNotifications on
the clip views of the scroll views.
Mike Ferris
DATE : Wed Apr 06 16:50:57 2005
You want to put the two tables in separate borderless scroll views and
turn off the vertical scroller in the left one. Then have your
controller object watch for the two views to scroll and make sure the
other is in sync (need to watch in both directions since the
scroll-bar-less one may stil autoscroll...)
To catch scrolling in action observe NSBoundsDidChangeNotifications on
the clip views of the scroll views.
Mike Ferris
| Related mails | Author | Date |
|---|---|---|
| Bryan Zarnett | Apr 2, 16:38 | |
| j o a r | Apr 2, 17:03 | |
| Bryan Zarnett | Apr 2, 18:21 | |
| Tim Lucas | Apr 4, 03:24 | |
| Mike Ferris | Apr 6, 16:50 | |
| Bryan Zarnett | Apr 12, 01:59 |






Cocoa mail archive

