> On 1 May 2016, at 17:06, thatsanicehatyouh...@me.com 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to