
Create scrollable tabs in Xamarin.Forms with CollectionView and CarouselView
When it comes to navigation patterns in mobile apps, the tabbed interface is one of the most popular options. While Xamarin.Forms has the TabbedPage (and Shell) to fulfill that need, it lacks one e...