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

Issue with RibbonView not visible during design time

1 Answer 147 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Usman
Top achievements
Rank 1
Usman asked on 16 Sep 2019, 12:30 PM

Hi Team,

I am facing an issue with Ribbonview during design time I can not see the ribbon control.

Scenario:

I have created a user control as a container for my Ribbonview. During design time we need to specify the height of that container user control to more than 250 like 251 in order to see this control during design time.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar Dinev
Telerik team
answered on 18 Sep 2019, 01:19 PM
Hi Usman,

Thank you for the screenshots.

RadRibbonView â€‹supports collapsing which means that the ribbon may automatically collapse to save space when the application is resized to a smaller size.

The CollapseThresholdSize property allows you to control the size under which the RadRibbonView will collapse. It takes two arguments - Width and Height
<telerik:RadRibbonView x:Name="radRibbonView" CollapseThresholdSize="0, 0">
        ...
</telerik:RadRibbonView>

By setting the CollapseThresholdSize's Width and Height to 0, you can resize to any value without causing the control to disappear.

Please, let me know if that answers your query.

Regards,
Dimitar Dinev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
RibbonView and RibbonWindow
Asked by
Usman
Top achievements
Rank 1
Answers by
Dimitar Dinev
Telerik team
Share this question
or