Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Grid Tech Support » ListView Collapse All
Subject Author Date
Anthony Maurer Oct 26, 2010 - 9:04 AM

When I use the standard ListView control inside of a ribbon, the items in the ListView flicker when I move the mouse away from or into the ListView’s ribbon group.  This probably has to do with the fading in/out effect of the ribbon group.  Also, there isn’t a themed ListView control included with Elegant Ribbon 3.7.  Are there any plans to release one with 3.8?


Thanks,


InStep Dev Team

Technical Support Oct 27, 2010 - 8:27 AM

Thank you for reporting this issue. It is caused by that the Windows ListView component doesn’t use double buffering for drawing its content. We added a fix so that you can workaround this issue in this way:

ribbonGroup1.SetStyleEx(ControlStylesEx.InvalidateChildrenDuringAnimation, false);
This fix will be available in v.3.8 beta coming soon.