NSTableView view based full width view
NSTableView view based full width view
- Subject: NSTableView view based full width view
- From: Jonathan Mitchell <email@hidden>
- Date: Wed, 25 Jun 2014 15:07:51 +0100
The docs for
- (NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row
say
A different data cell can be returned for any particular table column and row, or a cell that will be used for the entire row (that is, a full width cell).
This applies for cell based table views.
Can I return a view to represent the whole row in a view based control?
Thanks
Jonathan
_______________________________________________
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