• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Table scroll bars
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Table scroll bars (From: "Richard S. French" <email@hidden>)

  • Prev by Date: Re: Questions about Garbage Collection
  • Next by Date: Re: Wrapping C functions in Objective C proxy objects: naming convention?
  • Previous by thread: Table scroll bars
  • Next by thread: NSPointerArray + fast enumeration for non-object types?
  • Index(es):
    • Date
    • Thread