4 Answers, 1 is accepted
0
Accepted
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:
Kind regards,
Dani
the Telerik team
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
Hello Todd,
Please, share more details or preferably a sample reproducing the problem.
Best wishes,
Dani
the Telerik team
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.