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

style for radribbongroup

1 Answer 59 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Miloslav Kvapil
Top achievements
Rank 1
Miloslav Kvapil asked on 20 Nov 2012, 05:50 AM
Hello

I have tried set icon of radribbongroup directly by this code
            <telerik:RadRibbonGroup Header="Záznam" Icon="/TelerikRibbonView;component/img/Add_36.png" >. 







The icon has been set correctly. But if i usu this code
 
           
<Style TargetType="telerik:RadRibbonGroup" x:Key="styl">                 <Setter Property="Icon" Value="/TelerikRibbonView;component/img/Add_36.png" />             </Style>

and
            <telerik:RadRibbonGroup Header="Záznam " Style="{StaticResource styl}" >

no icon has been showed. What I am doing wrong? How to set icon of radribbongroup by style?

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 22 Nov 2012, 09:58 AM
Hello Miloslav Kvapil,

It turns our that we have an issue with the RadRibbonGroup Icon property which currently can not be changed using custom style, like your case.

We have created a work item for it and you can check its progress here - the fix should be released in the Q3 ServicePack and with the next internal build.

Sorry for any inconvenience.

Kind regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Miloslav Kvapil
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or