I need to create the above UI with Xamarin.Forms First I tried using the CarousalView with IndicatorView but the problem is CarousalView always centers the 1st item when I give it a PeekAreaInsert value. That's why i need to use CollectionView instead. But I'm not sure how I can achieve an IndicatorView like functionality with CollectionView. Any idea will be highly appreciated. Thanks
↧