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

RadRibbonGroup Visibility to Collapsed doesn't resize properly

1 Answer 162 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Ehsan
Top achievements
Rank 1
Ehsan asked on 06 Mar 2014, 10:00 AM
Hi,

I have to set RibbonGroup Visibility to Collapsed in some states of the application. But whenever i set the RibbonGroup visibility collapsed it doesn't properly resize with the window size and shows the ribbon outside the border of window.

                      <telerik:RadRibbonGroup Header="Test Header" Visibility="Collapsed">
                                <telerik:RadRibbonGroup.Variants>
                                    <telerik:GroupVariant Variant="Medium" Priority="2" />
                                </telerik:RadRibbonGroup.Variants>
                                <telerik:RadCollapsiblePanel>
                                    <pmControls:ASIRibbonButton Text="Test Button"  telerik:KeyTipService.AccessText="TS"/>
                                </telerik:RadCollapsiblePanel>
                  </telerik:RadRibbonGroup>

Any help would be appreciated. 
Thanks

1 Answer, 1 is accepted

Sort by
0
Boris
Telerik team
answered on 11 Mar 2014, 10:14 AM
Hello Ehsan,

I attached the RadRibbonView FirstLook demo project where I tested your sample code. I placed the RibbonGroup definition you sent inside the Home tab after the Fonts group. Its Visibility property can be set to Collapsed  by clicking the "Hide Group1"  RadRibbonButton in the Clipboard group. The sample project uses our latest assemblies and I was unable to reproduce any issues in it. 

Could you please examine the sample project and let us know if it works for you. If you can reproduce the issue with it, could you please modify it and send it back so that we can further investigate the case.

Regards,
Boris Penev
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
RibbonView and RibbonWindow
Asked by
Ehsan
Top achievements
Rank 1
Answers by
Boris
Telerik team
Share this question
or