Hello there,
Using Xamarin.Forms (Android) with the SFTabView. Getting an exception from the SfTabView when I set the overflowmode to dropdown.
--------------
System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
-------------
xaml:
--------------
<tabView:SfTabView
OverflowMode="DropDown"
BackgroundColor="Transparent"
x:Name="sfTabViewControl">
---------------