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!
Hi,
If I have a control (like SfButton, SfCheckbox, SfChipGroup, ect...) inside a SfListView item every time I click on the control the ItemTapped event of the list is fired along with the click event of the button.
This is not the expected behavior as only the click event of the control should fire, as it was with the Xamarin Forms library. This happens only on iOS, Android works fine.
If the control is a regular MAUI control (like a Button, not a SfButton) the events are handled correctly.