Re: NSTableView's Columns and Bindings
Re: NSTableView's Columns and Bindings
- Subject: Re: NSTableView's Columns and Bindings
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 10 Jan 2005 09:21:02 -0800
On Jan 10, 2005, at 7:05 AM, email@hidden wrote:
I have an NSTableView that id like to bind its number of columns and
also its columns title's to an NSArrayController. Is this at all
possible? How would i proceed?
Do you mean that you want the table columns in a table view specified
by a collection of objects managed by an array controller? You
probably could do this. Each object in the array would presumably
define the title, binding details, and possibly cell type of the
column? It might even be possible to use an array of NSTableColumns.
I'm not sure though how much effort you'd save over just coding it all
directly. What are you trying to achieve?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden