Skip navigation.
 
mlRe: Resizing NSSplitView
FROM : Rainer Brockerhoff
DATE : Thu Jun 08 23:28:46 2006

At 12:00 -0700 8/6/06, <email_removed> wrote:
>Date: Wed, 7 Jun 2006 20:23:34 -0500
>From: Chad Armstrong <<email_removed>>
>Message-ID: <<email_removed>>
>
>I have an NSSplitView in my application, and when I resize it, I want
>View A to resize proportionally to the window, but I want View B to
>always stay the same height.  I've managed to set the initial height
>of View B so it starts out at a particular height, but if I resize
>the window up and down, View B will also resize.  I've tried setting
>various options in Interface Builder, but View B continues resizing. 
>Is this just a simple IB value that I just keep not setting quite
>right, or is this actually a much more difficult problem than it
>initially seems that it should be?


<shameless plug>Check out RBSplitView at http://www.brockerhoff.net/src/rbs.html</shameless plug>.

It has a delegate method to do just that (as well as many other goodies).
--
Rainer Brockerhoff  <<email_removed>>
Belo Horizonte, Brazil
"In the affairs of others even fools are wise
In their own business even sages err."
Weblog: http://www.brockerhoff.net/bb/viewtopic.php

Related mailsAuthorDate
mlResizing NSSplitView Chad Armstrong Jun 8, 03:23
mlRe: Resizing NSSplitView John Pannell Jun 8, 04:17
mlRe: Resizing NSSplitView Rainer Brockerhoff Jun 8, 23:28