I forgot one important detail regarding the background color in the header view: the view itself cannot have a background color: instead, the individual labels that comprise the header view "columns" need to have their background set to the desired color.
In my implementation, the View's Opaque property is set to false and no background color is applied while the label's Opaque property is set to true and a background color is set. -- View this message in context: http://monotouch.2284126.n4.nabble.com/UITableView-as-multi-column-scrollable-grid-tips-tp3935447p3938040.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
