Re: Forcing NSSplitView to constrain position?
Re: Forcing NSSplitView to constrain position?
- Subject: Re: Forcing NSSplitView to constrain position?
- From: Andreas Mayer <email@hidden>
- Date: Thu, 24 Jun 2004 10:00:05 +0200
Am 24.06.2004 um 01:24 schrieb Nick Zitzmann:
Is there any way to force the split view to comply with its constraint
programmatically, and if there is, how do I do it? I already tried
calling -adjustSubviews and nothing happened. The constraint also
seems to be ignored when the split view is resized.
I'm controlling a split view with these delegate methods:
- (void)splitView:(NSSplitView *)sender
resizeSubviewsWithOldSize:(NSSize)oldSize
- (float)splitView:(NSSplitView *)sender
constrainMaxCoordinate:(float)proposedMax ofSubviewAt:(int)offset
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.