Custom NSTableView column headers
Custom NSTableView column headers
- Subject: Custom NSTableView column headers
- From: Dylan Barrie <email@hidden>
- Date: Fri, 27 Feb 2004 15:47:40 -0800
Hey, all. I'm trying to make a custom NSTableView header cell class
that can display an image instead of the normal text that is displayed
by the default header cell. Look at Mail.app's two left-most columns
for an idea of what I'm attempting. Now, I've gotten the cell itself
pretty much working, but there is an additional side effect that I have
not been able to rid myself of. Check out this screenshot:
http://postpose.com/dbarrie/columns.jpg
The blue-highlighted lock column is the column whose header cell I've
replaced with my custom one (that draws the lock icon), but, this same
cell is also being used to draw the "empty" space next to the lock
column! This area should be blank, there should not be a lock there!
Anyone have any ideas as to what I can do to fix this?
Thanks,
- Dylan Barrie
_______________________________________________
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.