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

How do I remove the pin/unpin animation?

4 Answers 179 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 10 Jan 2011, 05:51 PM
Hi. Is it possible to remove the pin/unpin animation from RadPanes?

I tried  telerik:AnimationManager.IsAnimationEnabled="False" with no effect.

4 Answers, 1 is accepted

Sort by
0
Accepted
Dani
Telerik team
answered on 12 Jan 2011, 10:03 AM
Hi Stefan,

In order to cancel the Pin/Unpin animation you do need telerik:AnimationManager.IsAnimationEnabled="False", but also you have to set the AnimationSelector to null. Try this:

<telerikDock:RadDocking telerik:AnimationManager.AnimationSelector="{x:Null}" telerik:AnimationManager.IsAnimationEnabled="False">
...
</telerikDock>


Kind regards,
Dani
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Todd Millett
Top achievements
Rank 1
answered on 17 Mar 2011, 07:33 AM
This still shows me the animation
0
Dani
Telerik team
answered on 17 Mar 2011, 08:37 AM
Hello Todd,

Please, share more details or preferably a sample reproducing the problem.


Best wishes,
Dani
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Spurk
Top achievements
Rank 1
answered on 03 Oct 2012, 10:17 PM
The solution above worked for me. Thanks Dani.
Tags
Docking
Asked by
Stefan
Top achievements
Rank 1
Answers by
Dani
Telerik team
Todd Millett
Top achievements
Rank 1
Spurk
Top achievements
Rank 1
Share this question
or