I try to implement a SfPicker in a Fragment but I receive the next error on the code "var v = inflater.Inflate(Resource.Layout.TabLayout1, container, false);".
Unhandled
Exception:
System.NotSupportedException: Unable to find a
constructor with signature (Android.Content.Context,
Android.Util.IAttributeSet) on type Com.Syncfusion.SfPicker.SfPicker.
Please provide the missing constructor. occurred
In my Layout file I have the next code:
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/sfPicker" />
Does anyone know what is going wrong?