At the bottom edge of the ribbon in the metro light theme, there's a small gradiant that gives the ribbon a drop shadow. How can I remove that? Thanks.
At the bottom edge of the ribbon in the metro light theme, there's a small gradiant that gives the ribbon a drop shadow. How can I remove that? Thanks.
Hello, unfortunately at this time it's built into the Ribbon's template. What happens is that area is used to show a contextual tab group color (if one is selected) and otherwise falls back to showing the Ribbon's BorderBrush. The 3-4px high area there has a gradient OpacityMask, which is why you see a subtle fade out of the border color. You'd need to clone and update the Ribbon template to remove that fade.
do you have the code for the template?
Yes, if your company has licensed WPF Studio, they can download the default XAML styles/templates from their organization account page. If you have an license for the individual Ribbon product instead, you can email our support address and we can send you the default XAML styles/templates for Ribbon.
Please log in to a validated account to post comments.