Xamarin.Forms CollectionView Alternating Row Colors

Very quick Xamarin How-To this week with a simple converter. Alternating row colours in a CollectionView is quite often a design requirement and I wanted to create a simple, reusable converter to solve this. The Converter [crayon-66a4aa2682716805028499/] Using the Converter in XAML [crayon-66a4aa268271f198798745/]There you go, nice and simple, easy to follow