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
100
Custom Control Transparency in Ribbon
posted

Hi,

I am adding a custom control to the ribbon inside of a ControlContainer. The custom control is a UserControl with a transparent background and some Infragistics controls on top (ie an UltraLabel with transparent background and a UltraComboEditor).

That being said, the control appears in the ribbon alright (besides some wierd resizing issue which I may ask about in a separate post). However, when I hover over the control, the ribbon group attempts to do its background gradient fade magic. The fade is much slower now that this user control is inside and flickers quite a bit.

I'm aware of the probable reason why - The UserControl and the UltraLabel must continuously update their background painting alongside the groups fade. The question is, how do I fix this?

 Mike