Alternating row colors in a table view?
Alternating row colors in a table view?
- Subject: Alternating row colors in a table view?
- From: Jerry LeVan <email@hidden>
- Date: Tue, 24 Feb 2004 10:43:02 -0500
Hi,
I am working on yet another (postgresql) data base browser. What magic
to I have to use to
ensure that the row colors actually alternate when data is loaded?
The program does dynamically adds and deletes columns and I keep setting
[tableView setUsesAlternatingRowBackgroundColors:YES];
whenever I add/delete columns but it appears that for most columns with
data
that the background appears to be white.
Is it possible to change the default blue color?
Thanks,
Jerry
_______________________________________________
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.