Re: SplitView
Re: SplitView
- Subject: Re: SplitView
- From: Dylan Adams <email@hidden>
- Date: Sat, 19 Jul 2003 18:50:34 -0500
Chad Eckles wrote:
Hello i have noticed that in some apple app that they have on the
website that they have the SplitView on then and they are set to Default
of Horizontal how did they get the conrol that way for IB ? mine is on
Vertical Scroll as Default i know how to do it in my code but how can i
just have the control setup that way in IB ?
The inspector for NSSplitViews has an option to make it horizontal or
vertical. Also, if you select two views in IB and choose "Split View"
from "Make Subview of" menu, IB will automatically create the correct
type of NSSplitView depending on the positioning of the objects (ie, a
horizontal one when the objects selected are on top of one another or a
vertical one when they're next to one another).
dylan
_______________________________________________
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.
References: | |
| >SplitView (From: Chad Eckles <email@hidden>) |