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

RadRibbonGroups Collapsing

3 Answers 102 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Kirk
Top achievements
Rank 1
Kirk asked on 04 Mar 2013, 07:14 PM
With the latest update I am now seeing a new behavior with RadRibbonGroups. It seems like when all the items cant fit, instead of scrolling, it collapses them into a dropdown. Can this behavior be disabled?

3 Answers, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 05 Mar 2013, 08:48 AM
Hello Kirk,

This is the expected behavior and have been like that for some time. However you could disable this behavior by overriding the default GroupVariants in xaml, like follows:
...
<telerik:RadRibbonGroup Header="Tab 1 ">
    <telerik:RadRibbonGroup.Variants>
        <telerik:GroupVariant Variant="Large" />
    </telerik:RadRibbonGroup.Variants>
...
doing so the GroupVariant will always be large, if you want you could also add Small and Medium Variants.

Regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Kirk
Top achievements
Rank 1
answered on 05 Mar 2013, 05:09 PM
Thank you, that did the trick. It seemed like that would be the default behavior but it never did that before in our implementation. I would guess that there was a bug fix or something that caused it to start working that way.
0
Kiril Vandov
Telerik team
answered on 08 Mar 2013, 04:11 PM
Hello Kirk,

Yes, during our previous release cycle we made major improvements in the resizing logic of the RadRibbonView and bug fixing.

Kind regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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