DataGrid RowDetails not changing theme at runtime
Describe the bug
DataGrid RowDetails not changing theme at runtime
Steps to Reproduce
Steps to reproduce the behavior:
- Just add a DataGrid to a project and set the
RowDetailsVisibilityModetoVisibleWhenSelectedin order to observe the issue. - Add a button with a Click event to be able to change the app theme.
RequestedTheme = ElementTheme.DarkorRequestedTheme = ElementTheme.Lightwill do the trick. - As yo can see, the background of the
RowDetaildid not change.
Expected behavior
See some change according with the theme color.
Screenshots
Environment
NuGet Package(s):
`Microsoft.Toolkit.Uwp.UI.Controls`
`Microsoft.Toolkit.Uwp.UI.Controls.DataGrid`
Package Version(s):
6.0 (Both)
Windows 10 Build Number:
Windows 10, Version 1909, Build 18363.836
App min and target version:
- [ ] May 2019 Update (18362)
Device form factor:
Desktop
Visual Studio
2019 (version: 16.5.5)
Additional context
I've noticed some issues like TitleBar color not change even when I use var titleBar = ApplicationView.GetForCurrentView().TitleBar; and change the properties of it (I asked on Stack Overflow about that and some people can successfully change the titlebar color with my exact code). I do not know if that can be related.
Hello JonasLara, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
@anawishnoff @RBrid FYI ⬆️
Hi. Is there any workaround for this issue?
@JulienTheron let's see if the Datagrid team knows of any workaround for this issue. @anawishnoff or @RBrid? ⬆️
Thanks JonasLara for patiently waiting while the team is still investigating the issue.
@anawishnoff @RBrid can we please have an update on this issue? Thanks