Hi Syncfusion,
I have problem when using SfListView
First loaded, my SfListView is empty datasource. After that, I using pull to refresh to refresh datasource, then I set SfListView.LoadMoreOption to AutoOnScroll first. => It crash.
Here is stacktrace:
at Syncfusion.ListView.XForms.LinearLayout.UpdateRowCount () [0x00006] in :0
at Syncfusion.ListView.XForms.SfListView.OnLoadMoreOptionChanged (Xamarin.Forms.BindableObject bindable, System.Object oldValue, System.Object newValue) [0x000a7] in :0
at Xamarin.Forms.BindableObject.SetValueActual (Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindableObject+BindablePropertyContext context, System.Object value, System.Boolean currentlyApplying, Xamarin.Forms.Internals.SetValueFlags attributes, System.Boolean silent) [0x00120] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:512
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, Xamarin.Forms.Internals.SetValueFlags attributes, Xamarin.Forms.BindableObject+SetValuePrivateFlags privateAttributes) [0x00173] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:446
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value, System.Boolean fromStyle, System.Boolean checkAccess) [0x0004d] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:374
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:349
at Syncfusion.ListView.XForms.SfListView.set_LoadMoreOption (Syncfusion.ListView.XForms.LoadMoreOption value) [0x00000] in :0
Please check and fixit if this is an error. Thanks