Skip navigation.
 
mlRe: Split view in a table
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

Related mailsAuthorDate
mlSplit view in a table Bryan Zarnett Apr 2, 16:38
mlRe: Split view in a table j o a r Apr 2, 17:03
mlRe: Split view in a table Bryan Zarnett Apr 2, 18:21
mlRe: Split view in a table Tim Lucas Apr 4, 03:24
mlRe: Split view in a table Mike Ferris Apr 6, 16:50
mlRe: Split view in a table Bryan Zarnett Apr 12, 01:59