Conditionally formatting cells in an NSTableView
Conditionally formatting cells in an NSTableView
- Subject: Conditionally formatting cells in an NSTableView
- From: "Tamara L. Cravit" <email@hidden>
- Date: Tue, 26 Nov 2002 06:56:54 -0800
I have an NSTableView into which I load a bunch of data. That's all working
fine.
What I'd like to do next is to conditionally format some cells to be in
bold, based on whether or not a particular data element is nil. Can I do
this in the NSTableDataSource "aTable objectValueForTableColumn:row:"
method, or is there somewhere better to do this?
A pointer in the right direction would be greatly appreciated!
Thanks,
Tamara
_______________________________________________
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.