Hi, How do I make the XamRibbonWindow get a theme without including a XamRibbon control?
There's an example in this thread.
That has an example from code-behind. Isnt there something I can do in xaml
You could write your own attached property that takes a string and executes that code in the property changed on the element on which the attached property is being set.