Xamarin.Forms has a nice control called CarouselView and it is very easy to add it to your Xamarin project. Below you can see the basic steps you need to follow in order to add it to your Xamarin project. Install CarouselView Nuget package to your all projects (PCL, Android, iOS and Windows) As the CarouselView is in a separate assembly, add CarouselView's namespace in root of your Xaml page and use it in your page like this; <? xml version = " 1.0 " encoding = " UTF-8 " ?> < ContentView xmlns = " http://xamarin.com/schemas/2014/forms " xmlns:x = " http://schemas.microsoft.com/winfx/2009/xaml " x:Class = " XYZ.Mobile.App.Controls.ValidationControls.Confirmation " xmlns:valueconverters = " clr-namespace:XYZ.Mobile.App.ValueConverters " xmlns:cv = " clr-namespace:Xamarin.Forms;assembly=Xamarin.Forms.CarouselView " > < Sta
Solution Architect | Umbraco Certified Master | Umbraco MVPx3 | Certified ScrumMaster
"Anyone can cook, but only the fearless can be great." Ratatouille