-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CollectionView Drag and Drop Reordering Can't Drop in Empty Group #12008
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
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