Re: dynamically adding NSTableColumns while using bindings
Re: dynamically adding NSTableColumns while using bindings
- Subject: Re: dynamically adding NSTableColumns while using bindings
- From: Andreas Mayer <email@hidden>
- Date: Thu, 2 Aug 2007 01:39:09 +0200
Am 01.08.2007 um 23:11 Uhr schrieb Paul Gribble:
That column
starts out empty, and like with the first, the user can
incrementally add
any number of values (not necessarily the same # as in the first
column).
So what you really want is not a list with more than one column, but
several unrelated lists besides each other.
That's not was NSTableView is made for. You will probably have to add
a new table view for each 'column'.
Andreas
_______________________________________________
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