setUsesAlternatingRowBackgroundColors: broken?
setUsesAlternatingRowBackgroundColors: broken?
- Subject: setUsesAlternatingRowBackgroundColors: broken?
- From: Alexander Spohr <email@hidden>
- Date: Fri, 23 Jan 2004 11:36:29 +0100
hi list,
i'm having a problem with setUsesAlternatingRowBackgroundColors:
i add new columns with [tableView addTableColumn:aNewColumn]; and have
set the checkbox in IB.
the tableView displays the columns, but it does not draw the
alternating rows. all rows are white instead. so i tried to call
[tableView setUsesAlternatingRowBackgroundColors:YES]; but it did not
help. the first (IB inserted) columns are alternating, the new ones
don't.
i have another app where i have 4 columns (added in IB) that work. that
app had the same problem but i can't remember why or when it went away.
anyone seen this? any suggestions?
atze
_______________________________________________
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.