Re: Constraining a Split View (a different scenario)
Re: Constraining a Split View (a different scenario)
- Subject: Re: Constraining a Split View (a different scenario)
- From: Angela Brett <email@hidden>
- Date: Tue, 21 Jan 2003 18:40:14 +1300
At 6:54 PM -0500 20/1/2003, mw wrote:
My split view resizes with the resizing of the window (on the right is an
NSTabView with an NSTextView inside of that, both of which have to constrain
to the size of the window). So, here is my question: how do I get it so that
the split view can NEVER become smaller than a given number, whether that be
by resizing the window or resizing the split view itself? The problem I have
come across is that, when the window is resized too small, the contents of
the right pane start to move over and overlap the contents of the left pane
because resizing the window actually causes the split view to resize as
well.
You could set the minimum size of the window (in IB) to be a size
which ensures the split view is big enough.
--
Angela Brett email@hidden
http://acronyms.co.nz/angela
"Cocoa is a vulgar beast" -- G. K. Chesterton, who obviously never saw Mac OS X
_______________________________________________
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.