Re: Table scroll bars
Re: Table scroll bars
- Subject: Re: Table scroll bars
- From: "Kyle Sluder" <email@hidden>
- Date: Thu, 20 Nov 2008 18:55:50 -0500
On Thu, Nov 20, 2008 at 6:38 PM, Richard S. French <email@hidden> 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@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