NSSplitView query
NSSplitView query
- Subject: NSSplitView query
- From: Terry Smyth <email@hidden>
- Date: Thu, 17 Oct 2002 12:22:24 +0100
Hi,
I'm trying to implement a split view, but can't quite get the behavior
I want, and wonder if anyone can help.
I have 2 table views in my window. Selecting a row in the upper table
displays a list of details in the lower table. The lower table has a
text label just above it. These tables seem an obvious candidate for a
horizontal split view, but I want the text label to remain in position
above the lower table.
So I group the lower table plus the text label in a view, then group
this view with the upper table in a split view. This is fine except
that as the lower view (table + text) is resized, the text label moves
slightly relative to the table. (ie the subviews are resized
proportionally - which is what I would expect, but not what I want).
How can I arrange it so that just the table within the view is resized,
but not the text?
Thanks,
Terry
_______________________________________________
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.