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

Sizing RadRibbonButtons

1 Answer 160 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Armin
Top achievements
Rank 1
Armin asked on 23 May 2013, 08:03 AM
Since last update,
my RadRibbonButtons are resetting Size to small.

                <telerik:RadRibbonGroup>
                    <telerik:RadButtonGroup>
                        <telerik:RadRibbonButton Size="Large" LargeImage="/Ressourcen;component/Resources/Delete.png"/>
                    </telerik:RadButtonGroup>
                        
                </telerik:RadRibbonGroup>

set the Size in xaml.
Start program and close
Then the size in designer is set to small

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 27 May 2013, 07:56 AM
Hello Armin,

We have tried to reproduce the issue you described with our latest binaries. The result was that the buttons are always displayed in small state. Also we tested the issue with older binaries(Q3 2012) and then we reproduced the issue you are describing.

As the RadButtonGroup is designed to allow you to layout more precisely your buttons in the RadRibbonView and specifically to display them in small state at all times. This means that the main purpose of the RadButtonGroup is to display all buttons it contains in a state where only a SmallImage (by default with size of 16x16px) is displayed. That is why displaying the buttons in small state even if you set their Size property to Large in xaml is considered for correct behavior.

I hope this information helps.

Regards,
Kiril Vandov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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