Re: Highlighting Column Headers
Re: Highlighting Column Headers
- Subject: Re: Highlighting Column Headers
- From: email@hidden
- Date: Wed, 3 Apr 2002 14:27:00 -0800
in the tableview's delegate:
- (void)tableView:(NSTableView *)tableView
didClickTableColumn:(NSTableColumn *)tableColumn
{
[tableView setHighlightedTableColumn:tableColumn];
}
On Wednesday, April 3, 2002, at 07:51 AM, Scott Lundberg wrote:
Hi,
I need to highlight TableView column headers without actually
selecting the column (Mail does this when you sort by column). Is there
a "standard" way of doing this, or will I need to create my own NSCell
subclass. Thanks for any suggestions.
_______________________________________________
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.