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

The RibbonView control does not display in a WPF Browser Application

1 Answer 87 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 15 Aug 2011, 09:37 PM
Hi,

I just create a really simple WPF Browser Application with one RadRibbonView control in it. Here's the actual code :

<Page xmlns:my="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.RibbonView"  x:Class="WpfBrowserApplication1.Page1"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
      mc:Ignorable="d"
      d:DesignHeight="300" d:DesignWidth="300"
      Title="Page1">
    <Grid>
        <my:RadRibbonView />
    </Grid>
</Page>

When i launch the application, well, i don't see anything. The ribbon is not display at all. But, when i actually resize the window, it suddenly appear.

I don't have this behavior in a WPF application. It's seem to be an issue only with WPF Browser Application.

Are you able to reproduce this error? If so, is there a way to force the UI to display the ribbon without resizing the web page?

Best Regards,

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 18 Aug 2011, 10:17 AM
Hi Patrick,

This appears to be bug in the RadRibbonView. We logged it in our PITS where you are able to track its status and we also updated your telerik account points. Thank you for your cooperation.

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
RibbonView and RibbonWindow
Asked by
Patrick
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or