Hello Actipro,
while evaluating your current WPF Controls release, I found this out:
- Changing the theme from e.g. OfficeXYZ to MetroLight should set RibbonWindow.IsGlassEnabled from true to false, since Metro themes are designed for a non-glass Window. However, this does not happen automatically when setting ThemeManager.CurrentTheme, so I have to do it manually.
- But after changing RibbonWindow.IsGlassEnabled : when the Backstage is open, the Backstage will not render properly - you wil only see the Back Button in the top-left corner (when the theme is set to MetroLight) or nothing at all on a blank Ribbon (when th theme is set to OfficeXYZ). FYI: the Backstage will always be open when you provide the theme switching function with your Options dialog, which can usually be accessed from the Backstage
Could you please fix this? Apart from this bug, the release really looks great. Or must I always close the Backstage before accessing the Options dialog?
Best regards,
Detlef Peters