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-63d80667c519d595013711/] Using the Converter in XAML [crayon-63d80667c51ab823585203/]There you go, nice and simple, easy to follow