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:
4. Replace MainWindow.xaml.cs with:
5. Run the application. When full screen a black line appears under the header.
Tested with Windows 8 pro, 64-bits.
Patrick
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