• 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: Greg Hamilton <email@hidden>
  • Date: Fri, 22 Aug 2003 14:58:45 +1000

It seems the answer to my question is RTFM.

After adding or deleting items from the NSTableView I was doing this:

[tableView setNeedsDisplay];

when I should have been doing this:

[tableView reloadData];

Works better than a bought one now.

Greg

On Friday, August 22, 2003, at 09:25 AM, 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: Re: NSTableView scrollbars
  • Next by Date: Re: OCUnit
  • Previous by thread: Re: NSTableView scrollbars
  • Next by thread: massive amounts of offscreen windows
  • Index(es):
    • Date
    • Thread