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

Disable animations

4 Answers 476 Views
Expander
This is a migrated thread and some comments may be shown as answers.
igal a
Top achievements
Rank 1
igal a asked on 26 Nov 2009, 05:58 PM
is there a way to disable the animation in all the telerik controls?,
for example RadExpander.IsExpanded

4 Answers, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 27 Nov 2009, 01:23 PM
Hi igal a,

If you want to disable the animations of all controls in your application then you can use the following:

                          AnimationManager.IsGlobalAnimationEnabled = false;
You can take a look at the online documentation for more information about the Expander Control:

http://www.telerik.com/help/wpf/radexpander-howto-animation.html

I hope that this will help you.

All the best,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
igal a
Top achievements
Rank 1
answered on 30 Nov 2009, 08:37 AM
i tried it , and i also tried AnimationManager.IsAnimationEnabled = false; on the radexpander
but it doesn't do anything
0
Accepted
Dimitrina
Telerik team
answered on 03 Dec 2009, 11:20 AM
Hello igal a,

In order to remove the animation effect from RadExpander, you have to edit the template of the control and to change this state  "IsExpanded"  of the RadExpander.

Please find attached a project.If you have further more questions please do not hesitate to ask us.

I hope this will help you.

All the best,
Dimitrina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
igal a
Top achievements
Rank 1
answered on 03 Dec 2009, 11:30 AM
thanks
Tags
Expander
Asked by
igal a
Top achievements
Rank 1
Answers by
Bobi
Telerik team
igal a
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or