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

By |2021-10-20T10:46:56+10:00October 15th, 2021|Categories: Xamarin.Forms|Tags: , , |2 Comments

Xamarin.Forms Maps – Getting Location & Radius of User’s Input

Recently I have had to navigate through Xamarin.Forms Maps for a project.  After some documentation reading I found that XF Maps does not offer a lot of the customisation and functionality of the native map libraries (MapKit and Google Maps).  This left me having to write some custom renderers to complete the project's requirements.

By |2021-10-07T13:16:51+10:00October 7th, 2021|Categories: Xamarin.Forms|Tags: , , |0 Comments
Go to Top