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

Stop RibbonView from disappearing

4 Answers 58 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 07 May 2013, 02:04 PM
Hi, 

I'm would like to know if it's possible to stop the RibbonView from disappearing completely when the window has been shrunk beyond a certain point. I've tried using CollapseThreshold, and I've also specified that the Buttons can only use the large variant. This works to keep the buttons large, but at a certain window size the RibbonView will still disappear completely. I would like to modify this behavior so that the RibbonView never collapses. If this can be a system wide style or property change, that would be the optimal solution.

Thanks you for your time and I look forward to hearing from you soon.

Regards, 

Dan

4 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 08 May 2013, 11:46 AM
Hello Daniel,

Have you tried setting the CollapseThresholdSize to 0,0? This should do the trick. We also attached a sample solution in the support thread you started so you can test it locally and let us know if there are any issues.

Kind regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Alex Troto
Top achievements
Rank 1
answered on 23 Mar 2015, 09:41 AM
Hi.
I have the same problem. I've tried to set CollapseThresholdSize to 0,0, but there it's no change in behavior,groups are still colapsing
Thanks,
Alex
0
Milena
Telerik team
answered on 24 Mar 2015, 09:29 AM
Hi Alex,

RadRibbonView.CollapseThresholdSize property allows you to control the size under which the ribbon will collapse - for instance when you resize the window or the control where the ribbon is hosted. 

As for the ribbon groups - you can specify their size trough the GroupVariant property. If you want a group to be only in Large variant, you can do the following:

<telerik:RadRibbonGroup>
   <telerik:RadRibbonGroup.Variants>
 <telerik:GroupVariant Variant="Large"/>
   </telerik:RadRibbonGroup.Variants>
          ...
</telerik:RadRibbonGroup>

More about the dynamic layout resizing in ribbonview you can find in our help topic Resizing.

I hope this information is helpful.

Regards,
Milena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Alex Troto
Top achievements
Rank 1
answered on 24 Mar 2015, 10:27 AM
Hi Milena,
Excelent response!
Thanks,
Alex
Tags
RibbonView and RibbonWindow
Asked by
Daniel
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Alex Troto
Top achievements
Rank 1
Milena
Telerik team
Share this question
or