Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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

Use the official example from the section "CheckBox in group header":
https://help.syncfusion.com/xamarin/sflistview/grouping#checkbox-in-group-header

http://www.syncfusion.com/downloads/support/directtrac/general/ze/CustomSelectionCheckBox650348378

1. Enter edit mode, check the header of a section, so all items in the group are checked

2. Click several times on a single item, so it will check/uncheck
Effect:
- listView.SelectedItems will start containing duplicate items from the selected group
- the checkbox selection and list selection lose synchronization (and enter a 3-state cycle)