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

RibbonView Tab Headers and Ribbon Groups do not minimize or maximize when browser size alters

3 Answers 99 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Shanmugam
Top achievements
Rank 1
Shanmugam asked on 28 May 2013, 10:20 AM
Hi Telerik Team!

                   I'm presently using 2013.1.0403.1050 of Telerik silverlight. Previously I unable to get horizontal scrollviewer where my RibbonTab headers. Finally I use left margin value -10 for all the tab headers.So, I can view all the tab headers with full name and without scrollviewer but my requirement is whenever I resize my browser width ribbonview tab headers should resize (shrink) based on the browser width. I tried margin value 0 as well. Not successful. So there is no issue with left margin value -10.As well as I use Group Variants for all the tabs like below

 <telerik:RadRibbonGroup.Variants>
                                    <telerik:GroupVariant Priority="15" Variant="Collapsed" />
                                    <telerik:GroupVariant Priority="14" Variant="Collapsed" />
                                    <telerik:GroupVariant Priority="13" Variant="Collapsed" />
                                    <telerik:GroupVariant Priority="12" Variant="Collapsed" />
                                    <telerik:GroupVariant Priority="11" Variant="Collapsed" />
                                    <telerik:GroupVariant Priority="10" Variant="Small" />
                                    <telerik:GroupVariant Priority="9"  Variant="Small" />
                                    <telerik:GroupVariant Priority="8"  Variant="Small" />
                                    <telerik:GroupVariant Priority="7"  Variant="Small" />
                                    <telerik:GroupVariant Priority="6"  Variant="Small" />
                                    <telerik:GroupVariant Priority="5"  Variant="Medium" />
                                    <telerik:GroupVariant Priority="4"  Variant="Medium" />
                                    <telerik:GroupVariant Priority="3"  Variant="Medium" />
                                    <telerik:GroupVariant Priority="2"  Variant="Medium" />
                                    <telerik:GroupVariant Priority="1"  Variant="Medium" />
                                </telerik:RadRibbonGroup.Variants>

Not successful.Please help me to solve this problem. Thanks in advance.
 

3 Answers, 1 is accepted

Sort by
0
Shanmugam
Top achievements
Rank 1
answered on 30 May 2013, 12:52 PM
I solved the issue myself. Thank you
0
Tina Stancheva
Telerik team
answered on 31 May 2013, 10:54 AM
Hello,

I'm glad you managed to find a solution, but just in case anyone else experience issues working with the RadRibbonView resizing logic, I'm posting the link to the Resizing tutorial. The tutorial is updated to thoroughly describe the implementation of the resizing logic and your options for customizing the RIbbonGroups Variants collections.

Regards,
Tina Stancheva
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Shanmugam
Top achievements
Rank 1
answered on 31 May 2013, 11:08 AM
Thank you Tina Stancheva .
Tags
RibbonView and RibbonWindow
Asked by
Shanmugam
Top achievements
Rank 1
Answers by
Shanmugam
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or