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

Black line in header with full screen RadRibbonWindow and Windows8 implicit style

4 Answers 112 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 11 Oct 2013, 12:17 PM
Hello,
the title bar says it all!

To reproduce:
1. Create a new WPF application.

2. Add references to the NoXaml versions of Telerik.Windows.Controls, Telerik.Windows.Controls.Input, Telerik.Windows.Controls.Navigation, Telerik.Windows.Controls.RibbonView, Telerik.Windows.Controls.Data and Telerik.Windows.Themes.Windows8.

3. Replace MainWindow.xaml with:
<tk:RadRibbonWindow
  x:Class="Test_RadRibbonWindow.MainWindow"
  Title="MainWindow" Height="350" Width="525">
  <Grid>
    <tk:RadRibbonView />
  </Grid>
</tk:RadRibbonWindow>

4. Replace MainWindow.xaml.cs with:
using System;
using Telerik.Windows.Controls;
 
namespace Test_RadRibbonWindow
{
  public partial class MainWindow : RadRibbonWindow
  {
    public MainWindow()
    {
      InitializeComponent();
    }
  }
}

5. Run the application. When full screen a black line appears under the header.

Tested with Windows 8 pro, 64-bits.

Patrick

4 Answers, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 16 Oct 2013, 09:55 AM
Hello Patrick,

This issue is resolved and its fix will be available in our next Q3 2013 official release. I am happy to inform you that it is scheduled for the upcoming couple of weeks.

Please excuse us for the inconvenience caused.

Kind regards,
Kiril Vandov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 17 Oct 2013, 01:44 PM
Hello Kiril,
I just installed Q3 2013 and the black line is gone.
But it seems that the ribbon view is one pixel to high, as you can see on the top left corner of the attached image.
Patrick
0
Dimitrina
Telerik team
answered on 22 Oct 2013, 11:45 AM
Hello, Patrick

Unfortunately, we were not able to reproduce the issue you've encountered, on our side. 
Please find attached a sample project, which you can compare with your implementation. If you still have any problems you can send us your project or change this one so that the issue can be reproduced inside and send it instead.

Regards,
Dimitrina
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 28 Oct 2013, 06:04 AM
Hello Dimitrina,
I took the time to see what's happening this week-end.
The problem is that, in my case, the root of the RadRibbonWindow contains a ispecial control to manage the resources of the application. This control descend from ContentControl and not from Panel and it seems that it is not managed correctly from the code/XAML that "merges" the ribbon and the window. Adding a margin of 1 pixel at the top of the container that is inside the control did the trick.
Patrick
Tags
RibbonView and RibbonWindow
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Kiril Vandov
Telerik team
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Dimitrina
Telerik team
Share this question
or