Creating NSSplitView with Finder Column View Behavior
Creating NSSplitView with Finder Column View Behavior
- Subject: Creating NSSplitView with Finder Column View Behavior
- From: John Webb <email@hidden>
- Date: Sun, 9 Sep 2007 22:01:31 -0500
Is there an easy way to create an NSSplitView that behaves like the
column view in Finder. In particular, I'd like a split view that
moves all sibling views, maintaining the original sibling view size,
when the slide divider is moved, rather than simply compressing/
expanding the immediate sibling (sharing the moved divider). I know I
can create this behavior catching 'splitView(Will|Did)ResizeSubviews'
delegate methods and manually adjusting the view rects. But I'm
hoping for a flag or subclass that will "magically" create this
behavior without lots of extra code.
Thanks in advance,
John
_______________________________________________
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