Re: how do you change the highlight color for rows in an NSOutlineView?
Re: how do you change the highlight color for rows in an NSOutlineView?
- Subject: Re: how do you change the highlight color for rows in an NSOutlineView?
- From: Andy Lee <email@hidden>
- Date: Fri, 3 Jun 2005 08:01:13 -0400
On Jun 3, 2005, at 6:12 AM, Andy Lee wrote:
(1) The cell doesn’t draw in the outline’s intercell spacing, so
we get gaps unless we set the spacing to zero. Is there a better
solution?
Maybe override -frameOfCellAtColumn:row: (from NSTableView) to be
one pixel bigger?
Or, come to think of it, just leave the gaps alone since that's the
normal behavior for tables and outlines, and frankly I like it.
--Andy
_______________________________________________
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