Re: split view
Re: split view
- Subject: Re: split view
- From: Tim Hewett <email@hidden>
- Date: Fri, 9 Jul 2004 09:45:57 +0100
Chuck,
You need to implement the NSSplitView delegate method
splitView:resizeSubviewsWithOldSize: and handle the subview
resizing yourself, otherwise the subviews will be automatically
resized proportionally to the change of window size.
Regards,
Tim.
On 8 Jul 2004, at 19:53, email@hidden wrote:
Hello,
I have a split view that contains an outline view on the left and a
custom view on the right. The interface is similar to a Finder or an
iTunes windows. When I resize the view I want the width of the
outline to be constant like Finder and iTunes windows. Can I make
this happen by changing some auto-resize settings in IB or do I need
to do something programmatically perhaps during the window resize?
Thanks for any advice.
Chuck
_______________________________________________
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.