Re: Yosemite NSCollectionView appropriate for spreadsheet-like view?
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