Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

ImageCell color and seperator

$
0
0

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 ();
  }

}


Viewing all articles
Browse latest Browse all 58056

Trending Articles