In this post you can read about how to implement alternate row coloring on a grouped ListView in Xamarin.Forms. As a follow-up on my previous post about…
When browsing on StackOverflow, I came across a question on how to set an alternate row color on a ListView. I implemented it with a DataTemplateSelector.