Well thanks to: http://jamesantrobus.wordpress.com/category/monotouch/

I did the following and fixed it.

if (AppDelegage.IsPad) 
{
   UIView dummy = new UIView() { BackgroundColor = UIColor.Red };
   TableView.BackgroundView = dummy;
}


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/MonoTouch-Dialog-unable-to-set-background-color-on-iPad-tp4655578p4655580.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to