NSTableView
NSTableView
- Subject: NSTableView
- From: Darin Duphorne <email@hidden>
- Date: Mon, 27 Aug 2001 13:20:32 -0500
I am having no luck setting the grid color of my table view. From what
I can tell, setGridColor: does nothing while setBackgroundColor: sets
both the grid and background colors for some cells/columns and the grid
color alone for the remaining cells. I am putting the following in my
awakeFromNib: Any ideas?
[tableView setDrawsGrid:YES]; //should be un-necessary
[tableView setGridColor:[NSColor whiteColor]]; //doesn't do anything
[tableView setBackgroundColor:[NSColor grayColor]]; //sets
background and grid for some reason