I'd like to have the header of each group show in 11 points, but I would like the title of the group that appears at the top of the xamOutlookbar to appear in 16 points. I'm having trouble figuring out how to do this. Any ideas?
The element at the top of the outlookbar is the SelectedGroupHeader so you could put a style that targets that into the Resources of the xamOutlookBar. Note: if you put it up higher and set the Theme it won't end up affecting it because the Theme will provide a local style for that element.
Hi All,
How can I change the Text of the header in xamOutlookbar ? What property I have to call to Add custom text?
Regards, Lello
Thanks! That worked like a charm.