• 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: NSTableView scrollbars
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView scrollbars


  • Subject: Re: NSTableView scrollbars
  • From: Tanoi Tanwi <email@hidden>
  • Date: Thu, 21 Aug 2003 21:03:37 -0700

When I started out with the NSTableView I used to have the same
problems. The code below with the comments is from my project. I
stumbled on this while looking at some sample code.
Tanoi

// [tableView sizeLastColumnToFit]; //So the scroll bars can be
displayed
// [tableView sizeToFit]; //This also works
[tableView tile]; //This gets invoked by sizeToFit. Been
playing with all of em

On Thursday, Aug 21, 2003, at 16:25 US/Pacific, Greg Hamilton wrote:

> I have an NSTableView which is configured to display a single column
> of data. The vertical scroll bar is enabled but when the number of
> rows exceeds the displayable size the scroll bar doesn't appear. I'm
> sure I've seen this problem before but I can't remember what I did to
> fix it.
>
> Greg
> _______________________________________________
> cocoa-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >NSTableView scrollbars (From: Greg Hamilton <email@hidden>)

  • Prev by Date: adding to login items & VISE
  • Next by Date: Re: NSTableView scrollbars
  • Previous by thread: NSTableView scrollbars
  • Next by thread: Re: NSTableView scrollbars
  • Index(es):
    • Date
    • Thread