Window style with WPF Ribbon from Microsoft doesn't match Windows 8 style
I'm using the release Version of Windows 8 and Visual Studio 2012 to create a WPF application with a Ribbon control. I choose the ribbon control that comes with WPF in .Net Framework 4.5. My code to create the ribbon: <RibbonWindow xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:WpfExperiments" x:Class="WpfExperiments.MainWindow" Title="MainWindow" Height="350" Width="525" Icon="Test.ico"> <Ribbon> <Ribbon.ApplicationMenu> <RibbonApplicationMenu> <RibbonApplicationMenuItem Header="Item 1"><