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!>
Thanks for joining our community and helping improve Syncfusion products!
Run the attached project,
Scroll with the mouse wheel (The scrolling speed should be fast enough), just scroll, you don't need to tap or drag.
It will crash with the message "Object reference not set to an instance of an object." and the stacktrace is:
at Syncfusion.Maui.ListView.ListViewItem.ProcessDragDropInteraction(PointerEventArgs e)
at Syncfusion.Maui.ListView.ListViewItem.OnTouch(PointerEventArgs e)
at Syncfusion.Maui.Core.Internals.TouchDetector.OnTouchAction(PointerEventArgs eventArgs)
at Syncfusion.Maui.Core.Internals.TouchDetector.PlatformView_PointerExited(Object sender, PointerRoutedEventArgs e)
at ABI.Microsoft.UI.Xaml.Input.PointerEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)