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
80
xamRibbon bug with v3.5 SP1
posted

Just installed Visual Studio 2008/.NET v3.5 SP1 and a bug with xamRibbon has appeared.

 

I have to apply a theme as a merged dictionary (can't use the theme property since I use custom styling on the Ribbon), like this:

 

    <ResourceDictionary.MergedDictionaries>
        <igThemes:PrimitivesOffice2k7Black/>
        <igThemes:RibbonOffice2k7Black/>
    </ResourceDictionary.MergedDictionaries>

 

This code worked fine pre SP1, but after installing SP1, sometimes (not all the time) the ButtonTool display forces the image size to the small size event though there's space to display the large sized image, there is also a noticble flicker when changing themes that wasn't there before.

 

If someone could look into this, that'd be great, thanks.