Re: Split Views
Re: Split Views
- Subject: Re: Split Views
- From: Andy Lee <email@hidden>
- Date: Sat, 27 Mar 2004 00:56:16 -0500
On Mar 27, 2004, at 12:21 AM, Kevin Ballard wrote:
The one thing I wish was available was a way to wrap multiple views in
an invisible box. Currently you can only wrap them in a visible box,
but then when you make the box invisible (i.e. no border), it moves all
the subviews a pixel to the left and 2 pixels down (or is it the other
way?) and puts padding between the edge of the box and the edge of the
views. The reason to use an invisible box is so if you want a group of
controls to move together when resizing a window (or split view or
whatever). But there's just no way to do that easily.
What about using "Make subviews of" -> "Custom View"? That will wrap
your subviews in a plain NSView (no border, no nothing). You can leave
it that way -- you don't have to actually choose a view subclass. I've
done something like that to group views, but I don't remember if there
were glitches I had to work around.
--Andy
_______________________________________________
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.