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!
Currently, SfListView has an ItemLongPress event. ItemLongPress event fires after the user holds down on the item for a period of time. In our app once the user selects an item we update the UI underneath. Using longpress, the UI will update while the user is holding down on an item, which is unexpected / unintuitive.
We would like the ItemLongPress event to fire when the user releases the long press (or add a new event for this). This is more in line with what Maui's CollectionView and ListView does. This way while the user is pressing down, the 'Pressed' visual state is active, once they release the item, the item becomes selected and it goes into the 'Selected' visual state.