Posted 14 years ago
by Mick
I have a few questions about customizing the ContextualTab Group item with the ribbon control.
1) Is it possible to take full control over the way the gradient works? I want it to be orange, but I want a milder gradient than the one provided by default.
2) Can the ribbon area (where the groups and buttons are) have its background changed? Setting the ContextualTabGroup to orange makes the ribbon area very white, and we would like to be able to change it to a more blue tint.
3) Can the style for text for the ContextualTab group be independently changed from the tabs it contains? When I set the FontWeight property on the ContextualTabGroup like so:, it doesn't seem to affect the bar at the top, but it does affect everything within it: Example.
4) Can I make the ContextualTabGroup have a solid bar across the top like the search in Outlook 2010?
Thank you,
Mick
1) Is it possible to take full control over the way the gradient works? I want it to be orange, but I want a milder gradient than the one provided by default.
2) Can the ribbon area (where the groups and buttons are) have its background changed? Setting the ContextualTabGroup to orange makes the ribbon area very white, and we would like to be able to change it to a more blue tint.
3) Can the style for text for the ContextualTab group be independently changed from the tabs it contains? When I set the FontWeight property on the ContextualTabGroup like so:
<ribbon:ContextualTabGroup
x:Name="MyContextualTab"
Label="Contextual Tab"
Color="{x:Static themes:RibbonCommonDictionary.ContextualTabGroupStockColorGreen}"
IsActive="True"
FontWeight="Bold"
HorizontalAlignment="Center"
>...
4) Can I make the ContextualTabGroup have a solid bar across the top like the search in Outlook 2010?
Thank you,
Mick