prevent cell highlight for NSTableView
prevent cell highlight for NSTableView
- Subject: prevent cell highlight for NSTableView
- From: Chuck Soper <email@hidden>
- Date: Sat, 4 Oct 2003 14:33:34 -0700
Hello,
Using NSTableView, I'm trying prevent cells in my leftmost column
from being highlighted.
I use the tableView:willDisplayCell:forTableColumn:row: delegate to
draw a background color in the leftmost column only. The color drawn
is associated with the data in the other columns for the same row.
The color is used as a visual key. The problem is that will I select
the row, the highlight color obscures the background color in the
left most column eliminating my visual key.
Is there any way that I can select a row without having the highlight
color drawn on top?
Thanks,
Chuck
_______________________________________________
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.