Hi, How do I make the XamRibbonWindow get a theme without including a XamRibbon control?
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.
That has an example from code-behind. Isnt there something I can do in xaml
There's an example in this thread.