Re: Resizable NSTabView
Re: Resizable NSTabView
- Subject: Re: Resizable NSTabView
- From: Keary Suska <email@hidden>
- Date: Thu, 4 Nov 2010 09:31:49 -0600
On Nov 4, 2010, at 7:54 AM, Richard Somers wrote:
> Apple's documentation indicates that a NSToolbar with selectable items can be used for navigation in a preference panel. This is often used in conjunction with an NSTabView that is configured to have no visible tabs.
>
> http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Toolbars/Tasks/SelectableItems.html
>
> In many of Apple's preference panels (Mail, Safari, Finder) the bottom edge of the window moves up an down to accommodate the different view heights.
>
> Is there a way in Interface Builder to set a dynamic NSTabView height?
No, and there is no API call to do this for you either. You have to do all the resizing yourself via code, and watch out for overlapping view gotchas.
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden