• 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: Yosemite NSCollectionView appropriate for spreadsheet-like view?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?


  • Subject: Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?
  • From: Jonathan Mitchell <email@hidden>
  • Date: Tue, 03 May 2016 21:27:53 +0100

> On 1 May 2016, at 17:06, email@hidden wrote:
>
>  My guess is that since the basic unit here is NSTableRowView, all of the columns are loaded into each row view whether they are on the screen or not.
>
View based table views recycle their views and I have found them to be very flexible in use.
There is a lot of functionality in there.
If the default behaviour of NSTableRowView is causing an issue them you can always subclass this and provide it to the NSTableView via.

- (NSTableRowView *)tableView:(NSTableView *)tableView rowViewForRow:(NSInteger)row

J


_______________________________________________

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: 
 >Yosemite NSCollectionView appropriate for spreadsheet-like view? (From: email@hidden)

  • Prev by Date: Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?
  • Next by Date: Popover anchors are frequently in the wrong place
  • Previous by thread: Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?
  • Next by thread: Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?
  • Index(es):
    • Date
    • Thread