Re: Split view in a table
Re: Split view in a table
- Subject: Re: Split view in a table
- From: Mike Ferris <email@hidden>
- Date: Wed, 6 Apr 2005 07:50:57 -0700
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden