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

RibbonView - Backstage - Item - Icon

0 Answers 85 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 10 Apr 2013, 12:10 AM
Hi guys,

like the title already tells i use a RibbonView with a Backstage as menu.

There i add a item and set the icon property to a 16x16 png.
The problem is that the icon does not be displayed in the right way, something cuts my image.

And as far as I know the MaxWidth and MaxHeight is set to 16 for these icons. So why my 16x16 image is not displayed right?

Here is the code of my item:
<telerik:RadRibbonBackstageItem Command="{Binding CloseCommand}"
                      Header="Close"
                      Icon="/MyApp.Client.Infrastructure;component/Resources/Images/16/close.png"
                      IsSelectable="False" />

Please find attach a picture showing the result and the orignial image.

Can anybody help me?

No answers yet. Maybe you can help?

Tags
RibbonView and RibbonWindow
Asked by
Mark
Top achievements
Rank 1
Share this question
or