Re: splitview sizing question
Re: splitview sizing question
- Subject: Re: splitview sizing question
- From: Andreas Mayer <email@hidden>
- Date: Sat, 16 Aug 2003 16:37:56 +0200
Am Samstag, 16.08.03 um 15:23 Uhr schrieb Matthew Weinstein:
I would like resizing the window only to resize the right pane of the
splitview, leaving the split bar in place relative to the window's
left edge. Is there some IB sizing option to allow that?
AFAIK you will have to do it yourself by implementing
- (void)splitView:(NSSplitView *)sender
resizeSubviewsWithOldSize:(NSSize)oldSize
in you split view's delegate.
bye. Andreas.
_______________________________________________
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.