row bg color in NSOutlineView
row bg color in NSOutlineView
- Subject: row bg color in NSOutlineView
- From: Raphael Sebbe <email@hidden>
- Date: Fri, 21 Dec 2001 13:03:18 +0100
Hello all,
What is the best way of setting the background color in an outline view,
per row, based on item kind ? I tried some custom data cells
(NSTextFieldCell) but its background color is ignored (or changed to
white just before drawing ?). Attributed string is not what I want
because it won't cover the entire row (just the text).
Also, if that can help, I use a custom NSTableColumn subclass.
Thanks,
Raphael