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
120
Ribbon render wrong when draw text with GDI mode.
posted
Because of the messy rendering of GDI+ draw string mode, I decide to use GDI draw text mode by set

DrawUtility.UseGDIPlusTextRendering = false;

It seems ok, but when I run my app on Windows Vista, moving the mouse into ribbon area and then out, I see that the text in ribbon seem to be not stable. I think it's because when you play the fade effect on your ribbon, you don't care about GDI mode and use GDI+, so it happen.

But it's just happen in Window Vista :(