Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > RadRibbonBar disable fade animation

Not answered RadRibbonBar disable fade animation

Feed from this thread
  • Posted on Feb 6, 2012 (permalink)

    Hi,

    I'm looking for a way to disable the animation that is used when a user has a collapsed RibbonBarElement (RibbonBarElement.Expanded = false) and then interacts with the RadRibbonTabs.  Single clicking a tab in this case opens the tab strip while the tab strip has focus.  Once focus has left the control (user clicks elsewhere), the tab strip returns to a collapsed state.  When it returns to being collapsed, there is an opacity fade effect being applied.  Sometimes when the message pump is busy with other processing going on, this fade effect is looking bad and I can't figure out how to disable it.

    Setting  AnimatedPropertySetting.AnimationsEnabled = false; does not seem to work in this case.  (The particular project I am working with is RadControls WinForms Q1 2010 SP2 - an upgrade is possible in the future for this, but not at this time.  I haven't yet been able to investigate whether there is a visible setting in Q3 2011).

    If anyone has any insight into how to control this, I'd appreciate it.

    Thanks,
    Adam

    Reply

  • Posted on Feb 6, 2012 (permalink)

    Sorry I finally found the property I was looking for.  

    ribbonBar1.RibbonBarElement.Popup.FadeAnimationType = FadeAnimationType.None;

    Reply

  • Boryana Boryana admin's avatar

    Posted on Feb 9, 2012 (permalink)

    Hi Adam,

    I am glad you found the property you were looking for. In case you have further questions, do not hesitate to contact us.

    Greetings,
    Boryana
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > RadRibbonBar disable fade animation
Related resources for "RadRibbonBar disable fade animation"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]