Open Hemanshu opened 11 years ago
The context menu control may be using the Visibility themes or resources with in it. Any updates on this issue from your end?
contextmenu background and systemtray foreground seems sucks.
I can confirm that the ThemeManager does not apply to ContextMenus - however, in my project I cannot confirm the screenshot from above: my contextmenu stays black with white fonts:
Any updates about this issue?
Okay, I just walked through the source code of the ContextMenu from the Windows Phone Toolkit. In ContextMenu.cs you find the method SetDefaultStyle()
which sets all relevant colours.
In conclusion, it is a "bug" in the Windows Phone Toolkit ;-) You now have three options:
RequestedTheme
which can be set to Dark or Light.
We are using ThemeManager to add a light theme to our project. However Context menu (Long press menu) item color don't invert with LightTheme and are not visible.