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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to