Re: Strange outline view display behavior
Re: Strange outline view display behavior
- Subject: Re: Strange outline view display behavior
- From: "Alastair J.Houghton" <email@hidden>
- Date: Thu, 14 Aug 2003 17:53:45 +0100
On Thursday, August 14, 2003, at 05:08 pm, Eric Freeman wrote:
Also, if there is a better way to achieve the look of the iTunes
gradient header over an outline view (subclassing outline view?) I'd
love to hear suggestions as well
Well you could subclass NSTableHeaderView, then call -setHeaderView: on
your NSOutlineView, passing an instance of your new class.
I believe the existing implementation uses an NSTableHeaderCell,
although unfortunately I don't think there's a method to allow you to
set the cell class used by NSTableHeaderView (otherwise it'd just be a
case of changing that to do what you want).
Kind regards,
Alastair.
_______________________________________________
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.