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

RibbonView Won't Render

1 Answer 78 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Greg Horvath
Top achievements
Rank 1
Greg Horvath asked on 16 Dec 2014, 10:43 PM
I am trying to get up and running with the ribbon view and cannot get it to render to the screen. Can you please let me know what I am doing wrong. My project source is attached and below is a the screen I get when I run the application..

<Window x:Class="TelerikWpfTest.MainWindow"
                xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                Title="Ribbon and Docking Test" Height="600" Width="800">
    <Grid>
        <telerik:RadRibbonView ApplicationName="Ribbon and Docking Test">
            <telerik:RadRibbonTab Header="Home">
                <telerik:RadRibbonGroup Header="Clipboard"/>
            </telerik:RadRibbonTab>
            <telerik:RadRibbonTab Header="View"/>
        </telerik:RadRibbonView>
    </Grid>
</Window>



1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 17 Dec 2014, 08:27 AM
Hello Greg Horvath,

A possible reason for the control not to render is if you are using NoXaml binaries and you are not merging the styles for the dll. You can find more information about the NoXaml mechanics and style applying in this article. Another reason for the RadRibbonView not to render might be the current size of the window as the RadRibbonView have a CollapseThresholdSize which controls at what point the RadRibbonView to be collapsed. The default value for the CollapseThresholdSize property is "300 250".

I hope this information helps. If you have further question please do not hesitate to ask.

Kind regards,
Kiril Vandov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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