TableView doesn't show alternating colors upon load
TableView doesn't show alternating colors upon load
- Subject: TableView doesn't show alternating colors upon load
- From: Ron Ballesteros <email@hidden>
- Date: Tue, 23 Nov 2004 00:01:10 -0800
Hi List,
I've got a very simple tableview that uses bindings and one thing that I am noticing is that my tableview doesn't show the alternating row background color
once it is loaded. Note that the table view starts off with no data. The alternating row background colors show when either I resize the window or load any data.
In my awakeFromNib, I use [tableView setUsesAlternatingRowBackgroundColors: YES] and I still start off without the alternating row background color. What surprises me is that using [tableView reloadData]; actually causes the alternating row background colors to show upon load.
I must be missing something very fundamental but I can't seem to figure out why my table view doesn't show the alternating row background color upon load when there is no data to show to begin with. Am I missing something?
Thanks.
rb
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden