-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-controls-swipeviewSwipeViewSwipeViewi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androidplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystregressed-in-10-preview7s/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
Description
SwipeItemView and SwipeItem background doesn’t update on AppTheme change (Light/Dark).
[.Net10]
net10.mp4
[.Net9]
net9.mp4
Steps to Reproduce
- Open the SwipeViewDemos project.
- Navigate to SwipeViewEventsPage.
- Add a new SwipeItemView or SwipeItem with an AppThemeBinding for its background color. For example:
<SwipeItemView BackgroundColor="{AppThemeBinding Dark={StaticResource Primary}, Light={StaticResource Yellow100Accent}}" /> - Run the app.
- In the list, open the “SwipeView events” item to navigate into the page.
- Reveal the swipe actions (swipe left/right to show the SwipeItemView).
- Toggle the app/OS theme between Light and Dark while the page is visible.
- Observe the SwipeItemView background:
• Expected: it updates to the correct theme color after the theme change.
• Actual: it remains with the initial color until the page is recreated or the background is reassigned programmatically.
Link to public reproduction project repository
https://github.com/dotnet/maui-samples/tree/main/10.0/UserInterface/Views/SwipeViewDemos
Version with bug
10.0.0-rc.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.305
Affected platforms
iOS, Android, macOS
Tested On
iOS 26, macos 26, Android 13
Did you find any workaround?
No
Relevant log output
Metadata
Metadata
Assignees
Labels
area-controls-swipeviewSwipeViewSwipeViewi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androidplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystregressed-in-10-preview7s/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
Projects
Status
Todo