Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

When using our SfMenu control in UWP applciation, we can set the menu item's background and foreground properties explicitly. In this case, SfMenu item will be displayed with the given foreground and background brushes. When we are changing the application theme to dark theme from light theme, our menu items should be to be displayed based on applied style. To achieve this, we can assign menu item's background property to "ApplicationPageBackgroundThemeBrush" and foreground property to "ApplicationForegroundThemeBrush". However this approach is no longer working as expected. Hence we need to provide the native support to apply theme for our menu control based on dark theme applied for the application.