Grouped ListView with Alternate Row Color in Xamarin.Forms
As a follow-up on my previous post about alternate row colors in a ListView, this question was posted on StackOverflow. The poster of the question wants to implement alternate row coloring on his grouped ListView. How can I implement it with a grouped listview? I want to have the alternate row color inside every group … Read more