Anyone found out how to set the background color and separator in a list for a ImageCell ? I can do a bit of color, but there isn't a background setting.
public class ListImageCell : ImageCell {
public ListImageCell ()
{
this.DetailColor = Color.MediumGrey.ToFormsColor ();
}
}