-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Windows] CollectionView Not Updating Correctly When Adding Items or Groups #27302
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/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, IndicatorViewp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/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
In a .NET MAUI application on the Windows platform, adding new items to a CollectionView using the "Add New Item" button does not reflect in the UI, although the underlying data count increases. Similarly, clicking the "Add New Group" button causes the app to freeze temporarily before closing the window unexpectedly.
This issue occurs exclusively on the Windows platform and does not affect other platforms.
Note: While fixing this issue enable the following UITest in HostApp: Issue17969
In windows,
Screen.Recording.2025-01-23.151521.mp4
In mac,
Screen.Recording.2025-01-23.at.3.10.37.PM.mov
Steps to Reproduce
Launch the .NET MAUI application on the Windows platform. CollectionViewAddItem.zip
Observe the initial grouped list of animals displayed in the CollectionView.
To reproduce the "Add New Item" issue:
To reproduce the "Add New Group" issue:
Expected Behavior:
Actual Behavior:
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output