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>
Parents
No Data
Reply
  • 430
    posted

    We have encountered the same behavior, and Infragistics noted that it works as designed.

    Unfortunately, we want to control the chrome regardless of the OS of our app, so we could not take advantage of the scenic theme and instead have to go with the 2007 theme until we can find an alternative component that supports what we want to achieve.

     

Children