Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
XamRibbonWindow issue with Office2010Blue or Scenic themes on XP
posted

Our users are all on Windows XP, and we're using the XamRibbonWindow (2011.1) in our app.  We'd like to use the Office2010Blue theme, but when we do the window chrome isn't themed correctly like the other 2007-based themes are.  Is this a known issue, and the 2010 themes aren't compatible with Windows XP, or do we need to do something extra to get it looking nice?  Examples below...

Office2010Blue Theme:

Office2k7Blue theme:

Sample xaml:

<igRibbon:XamRibbonWindow x:Class="RibbonPrototype.NewWindow"
			xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
			xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
			xmlns:igRibbon="http://infragistics.com/Ribbon"
			Title="Xaml Ribbon Samples"
			Height="300" Width="600">
	<igRibbon:RibbonWindowContentHost>
		<igRibbon:RibbonWindowContentHost.Ribbon>
			<igRibbon:XamRibbon Theme="Office2010Blue" DockPanel.Dock="Top">
			</igRibbon:XamRibbon>
		</igRibbon:RibbonWindowContentHost.Ribbon>
	</igRibbon:RibbonWindowContentHost>
</igRibbon:XamRibbonWindow>