Re: tableview dataSource and bindings
Re: tableview dataSource and bindings
- Subject: Re: tableview dataSource and bindings
- From: "I. Savant" <email@hidden>
- Date: Wed, 15 Feb 2006 16:01:56 -0500
At a quick guess, I'd say you want to look into NSTableView's
**delegate** methods. Particularly -
tableView:willDisplayCell:forTableColumn:row: ... depending on what
you mean by "NULL cells", you can probably accomplish much (if not
all) of your goal within this method.
Could you elaborate on what you're trying to do?
--
I.S.
On Feb 15, 2006, at 3:15 PM, Michael Link wrote:
I guess that would make sense, I am just curious if it's possible
to insert say NULL cells dynamically while still using bindings.
_______________________________________________
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