Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The SfListView on Android crashes when the page is exited while it is in a fling state with the following exception:

I can't post the stacktrace because of the buggy web feedback system: 

Letters, numbers, and the following special characters (-$#(){}[]/_&@?/':%,.) are allowed.


NB: Would you please fix the website so that we can properly report bugs?


FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: VirtualView cannot be null here
.get_VirtualView() in /_/src/Core/src/Handlers/View/ViewHandlerOfT.cs:line 42
at Syncfusion.Maui.Core.Internals.ListViewScrollViewHandler.get_ScrollView()
at Syncfusion.Maui.Core.Internals.ListViewScrollViewHandler.get_IsVerticalOrientation()
at Syncfusion.Maui.Core.Internals.ListViewScrollViewHandler.IsInFling()
at Syncfusion.Maui.Core.Internals.ListViewScrollViewHandler.Run()
at Java.Lang.Thread.RunnableImplementor.Run() in /Users/runner/work/1/s/xamarin-android/src/Mono.Android/Java.Lang/Thread.cs:line 37
at Java.Lang.IRunnableInvoker.n_Run(IntPtr jnienv, IntPtr native__this) in /Users/runner/work/1/s/xamarin-android/src/Mono.Android/obj/Release/net9.0/android-35/mcw/Java.Lang.IRunnable.cs:line 59
at Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PP_V(_JniMarshal_PP_V callback, IntPtr jnienv, IntPtr klazz) in /Users/runner/work/1/s/xamarin-android/src/Mono.Android/Android.Runtime/JNINativeWrapper.g.cs:line 22

EDIT: I removed some text from the exception and I finally could post it.