Re: Color entire table view row
Re: Color entire table view row
- Subject: Re: Color entire table view row
- From: Chris Purcell <email@hidden>
- Date: Sun, 7 Apr 2002 08:18:59 +0100
Yes, but tableView:willDisplayCell:forTableColumn:row: is called *every*
time the cell is about to be used, so the cell can be changed back for
all other rows.
Kritter out
One thing I don't get: isn't it true that NSTableColumn by default has
only one dataCell that it shares with the entire column. I know that
setting it's text color changes the entire column's text color.
Wouldn't tableView:willDisplayCell:forTableColumn:row: just return that
same one Cell every time?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.