Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Vince DeMarco <email@hidden>
- Date: Mon, 27 Aug 2001 11:42:21 -0700
On Monday, August 27, 2001, at 11:20 am, Darin Duphorne wrote:
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
Setting the grid does nothing. Its not a "approved" aqua look.
vince
References: | |
| >NSTableView (From: Darin Duphorne <email@hidden>) |