On Thu, Nov 20, 2008 at 6:38 PM, Richard S. French <[EMAIL PROTECTED]> wrote: > The table does not show any scroll bars until I resize the window and the > items above and below sometimes get overlaid.
I'm assuming this isn't what you want. In that case, make sure you've set up your UI so that this doesn't happen. > How do I fix this in IB? I¹ve tried changing the size on NSScrollView in the > Inspector but to no avail. NSScrollViews determine whether to show their scrollers based on the size of their document view and the response to -hasHorizontalScroller and -hasVerticalScroller. If you never want to display scrollers, ensure you have turned them off in IB, and then select the NSTableView (not its enclosing NSScrollView) and ensure that its dimensions are less than those of the NSScrollView. --Kyle Sluder _______________________________________________ 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]
