Xamarin.Forms.TabView icon indicating copy to clipboard operation
Xamarin.Forms.TabView copied to clipboard

The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.

Results 3 Xamarin.Forms.TabView issues
Sort by recently updated
recently updated
newest added

Fixed issue where swiping from first tab to the second one won't update the indicator position.

When swiping right from the first tab item, the indicator does not move with the swipe. It moves after we swipe more than halfway only. Also sometimes if we stop...

It sounds like the lazy tab is not really lazy. As I see when debugging my app, TabView always initializes all ContentView in all TabViewItem (Tab content) when opening the...