Description
Use a CollectionView with grouping and reordering with mix enabled. Either create an empty group or move all items from a group. Try to drag and drop an item into the empty group. It doesn't work.
Seems like the drop recognizer should be on the group header.
I'm assuming this applies to all platforms and versions.
@billvenhaus thanks for all your work on this feature!

Steps to Reproduce
- Create new MAUI Project
- Add CollectionView with (IsGrouped="true", CanMixGroups="True", CanReorderItems="True")
- Bind data to ItemsSource
- Drag and drop item to an empty group
Link to public reproduction project repository
https://github.com/tsquillario/MAUICollectionViewReorderEmptyGroup
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android All
Did you find any workaround?
No
Relevant log output
No response
Description
Use a CollectionView with grouping and reordering with mix enabled. Either create an empty group or move all items from a group. Try to drag and drop an item into the empty group. It doesn't work.
Seems like the drop recognizer should be on the group header.
I'm assuming this applies to all platforms and versions.
@billvenhaus thanks for all your work on this feature!
Steps to Reproduce
Link to public reproduction project repository
https://github.com/tsquillario/MAUICollectionViewReorderEmptyGroup
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android All
Did you find any workaround?
No
Relevant log output
No response