Create scrollable tabs in Xamarin.Forms with CollectionView and CarouselView
I just blogged: Create scrollable tabs in #XamarinForms with #CollectionView and #CarouselView (includes sample)
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 essential feature: scrollable tabs. After studying some of the samples floating around the web and some of the packages that provide such functionality, I tried find an easier solution.
The View
View On WordPress











