-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Windows] EmptyViewTemplate Not Working in CarouselView #29463
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/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, IndicatorViewpartner/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
Issue 1: EmptyViewTemplate Not Displayed on Windows
The EmptyViewTemplate property of the CarouselView is not functioning as expected on Windows.
Issue 2: EmptyView Does Not Set to null
When attempting to set the EmptyView property to null the previous EmptyView remains displayed.
Screen.Recording.2025-05-13.153234.mp4
Screen.Recording.2025-05-13.at.3.26.34.PM.mov
Steps to Reproduce
Expected Behavior:
EmptyViewTemplate should be displayed in the CarouselView .
When the EmptyView property is set to null, the CarouselView should clear the current EmptyView.
Actual Behavior:
EmptyViewTemplate Not Displayed on Windows: The EmptyViewTemplate is not rendered on Windows.
EmptyView Does Not Reset to null: When the EmptyView property is set to null, the CarouselView does not clear the current EmptyView. Instead, the previously set EmptyView remains displayed.
Link to public reproduction project repository
No response
Version with bug
9.0.60 SR6
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output