Closed douglasit closed 10 years ago
Correct, cells and tables have different backgrounds. You need to change the background of the elements. There is a built in StyledStringElement. Or you can subclass the element and set the background in the GetCell method.
Thanks! It worked :-)
How can I change the UITableViewCell background color? I changed the TableView background color, but I can't change the Cell.
NavigationTableView.BackgroundColor (Only change the tableview color)