-
Notifications
You must be signed in to change notification settings - Fork 2k
[Android][.NET9] CollectionView Reorderer doesn't work when using TemplateSelector #32223
Copy link
Copy link
Closed
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
Description
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
I need to use a TemplateSelector in my CollectionView.
I was surprised to find that using a TemplateSelector breaks the reordering of elements.
Expected flow:
I can change the order of any elements in a collection
Actual flow:
https://github.com/user-attachments/assets/018d69bb-5767-4d0f-816e-bcb4b1f94fc7
This might be due to the problem of changing the order when grouping is enabled, but I wouldn't say it's a duplicate.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/awp-sirius/MauiReorderAndSelector
Version with bug
9.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14.0 API 34
Did you find any workaround?
No response
Relevant log output