Hi
I want to remove the shadow of the ribbontabs if they are drop-downed. Is there a possibility?
I tried the following:
this.radRibbonBar1.RootElement.EnableBorderHighlight = false;
this.radRibbonBar1.RootElement.EnableElementShadow = false;
this.radRibbonBar1.RootElement.EnableFocusBorder = false;
this.radRibbonBar1.RootElement.EnableFocusBorderAnimation = false;
this.radRibbonBar1.RootElement.EnableHighlight = false;
this.radRibbonBar1.RootElement.EnableRippleAnimation = false;
Thank you in Advance
Kind Regards,
Dominik