My app has Vista as the default style and I would like to use Office_Black as the style for and instance of RadDocking. So far I've got this:
However, The style is applied to the tabs, but the RadPaneGroup is still the Vista style (a blue glow). If I set the StyleManager.Theme on each RadPane, then it is style correctly, but loses the style if I drag the control to another position in the dock. I've tried creating a style in RadDocking.Resources targetting the RadPaneGroup, but that doesn't work at all:
Any suggestions how I can get my docking elements to all be styled as Office_Black? Thanks!