You know how in mail or even XCode if you look at a tableview, you see that the heading of the sorted column is always hi-lighted? I want to do that in my app–I only have one column and it is sorted and has sort indicators. Now I want to make it permanently hi-lighted, but doing something like “set selected column of theTableView to 1” doesn’t really do it. I don’t want the entire column hi-lighted, just the heading. Does anyone have any suggestions?
Here’s an example of what I’m talking about:
