Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Menu > RadMenue - How to switch of Scrolling or Fading in

Not answered RadMenue - How to switch of Scrolling or Fading in

Feed from this thread
  • Peter avatar

    Posted on Jan 30, 2012 (permalink)

    I want the menus of my RADMenu to appear instantly. 

    No scrolling or fading in - the menus should just pop up instantly when I click on a RadMenuItem.

    What is the most simple way to do this?

    Reply

  • Dani Dani admin's avatar

    Posted on Jan 31, 2012 (permalink)

    Hi Peter,

    You can cancel the animation of RadMenu popup by setting the AnimationSelector to null:
    telerik:AnimationManager.AnimationSelector="{x:Null}"

    Additionally, there is a slight fade animation built-in in the Popup class used by RadMenu. I am afraid this behavior is not customizable as it is built-in.

    However, with the upcoming 2012 Q1 release, RadMenu will be updated with a new popup class that does not contain this functionality. You will be able to use the control stripped of any default animations.

    I hope this will be helpful.

    Kind regards,
    Dani
    the Telerik team
    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Peter avatar

    Posted on Feb 2, 2012 (permalink)

    Thank you, Dani. It works perfectly :)

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Menu > RadMenue - How to switch of Scrolling or Fading in