Posted 13 years ago
by Marcin Nowacki
Version: 11.2.0551
Platform: .NET 3.5
Environment: Windows 7 (64-bit)

Hi, try to set this parameters to RibbonWindow
On Windows7 Aero the window appears black on the bottom.
Is there any workaround this issue?
<ribbon:RibbonWindow x:Class="WpfApplication14.RibbonWindow1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:shared="http://schemas.actiprosoftware.com/winfx/xaml/shared"
xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
ApplicationName="RibbonWindow1"
Width="400" Height="400"
MinWidth="250" MinHeight="250"
SizeToContent="WidthAndHeight">
</ribbon:RibbonWindow>
Is there any workaround this issue?