This is a migrated thread and some comments may be shown as answers.

RadMenue - How to switch of Scrolling or Fading in

2 Answers 68 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 30 Jan 2012, 10:53 AM

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?

2 Answers, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 31 Jan 2012, 09:26 AM
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 >>
0
Peter
Top achievements
Rank 1
answered on 02 Feb 2012, 09:53 AM
Thank you, Dani. It works perfectly :)
Tags
Menu
Asked by
Peter
Top achievements
Rank 1
Answers by
Dani
Telerik team
Peter
Top achievements
Rank 1
Share this question
or