This is a migrated thread and some comments may be shown as answers.

Remove Border Around Quick Access Buttons

2 Answers 83 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Iron
Robert asked on 13 Aug 2017, 10:27 PM

Hello,

How can I remove the border around the quick access buttons. This border appears with the Telerik Metro theme. Interestingly, when the Quick Access buttons are placed below the ribbon the border does not appear. 

Thanks,

 

Robert

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 14 Aug 2017, 08:22 AM
Hi Robert,

This is actually a background shape added to the fill of the buttons container. Here is how to remove it. Please note that you need to set the fill color as well:
radRibbonBar1.RibbonBarElement.QuickAccessToolBar.InnerItem.Fill.BackgroundShape = null;
radRibbonBar1.RibbonBarElement.QuickAccessToolBar.InnerItem.Fill.BackColor = Color.White;
 
Please let me know if there is something else I can help you with. 

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Robert
Top achievements
Rank 1
Iron
answered on 15 Aug 2017, 03:35 PM

Works perfectly. Thanks.

Robert

 

Tags
RibbonBar
Asked by
Robert
Top achievements
Rank 1
Iron
Answers by
Dimitar
Telerik team
Robert
Top achievements
Rank 1
Iron
Share this question
or