• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Highlighting Column Headers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Highlighting Column Headers (From: Scott Lundberg <email@hidden>)

  • Prev by Date: Re: RSS Parsing
  • Next by Date: Re: Private, Protected methods in Obj C?
  • Previous by thread: Highlighting Column Headers
  • Next by thread: Re: Private, Protected methods in Obj C?
  • Index(es):
    • Date
    • Thread