• 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
NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling


  • Subject: NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling
  • From: "Ben Chen" <email@hidden>
  • Date: Wed, 16 Jan 2008 14:07:31 -0800

Hi everyone,

I just found that when scrolling a NSTableView inside a NSScrollView
one row at a time, each time the tableview will not only ask the data
source for the new row's value but also ask for the last row's. So if
you scroll the table all the way donw, eventually it makes twice calls
as the number of rows in the table.

I been programming a app that performance of the table view is vital,
so I really want the table view call the data source as few as
possible. Does anyone know a solution?

Thanks,
Ben
_______________________________________________

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

  • Follow-Ups:
    • Re: NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling
      • From: "Hamish Allan" <email@hidden>
    • Re: NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling
      • From: John Terranova <email@hidden>
  • Prev by Date: NSPersistentDocument saving problem
  • Next by Date: NSTimer problem
  • Previous by thread: Re: NSPersistentDocument saving problem
  • Next by thread: Re: NSTableView: tableView:objectValueForTableColumn:row called more than necessary when scrolling
  • Index(es):
    • Date
    • Thread