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

How to disable Animation when RadPanes slide out?

1 Answer 184 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 14 Feb 2014, 10:07 AM
I have RadPaneGroup on the right side of my application window. The PaneGroup contains several RadPanes, that are not pinned by default.

When the user clicks one of these panes the pane appears instantly without enervating animation. Then the user pins the pane. When he unpins it again, the pane slides back to its PaneGroup and "disappears".

The problem is, that when sliding back, there is some animation I cannot impede. I don't want any animation when inning and unpinning my panes, because this lets the application appear slow to the user.

I tried:

<telerik:RadPane Title="Editor" IsPinned="False" CanUserClose="False" Name="EditorPane" telerikAnimation:AnimationManager.IsAnimationEnabled="False">
    <controls:Editor x:Name="Editor"/>
</telerik:RadPane>

But still there is some animation when unpinning the pane.

How get I rid of the animation???

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 18 Feb 2014, 09:22 AM
Hi Peter,

You also need to set the AnimationManager.AnimationSelector attached property of the Docking control to Null.

I hope this information will be helpful.

Regards,
Masha
Telerik
Tags
Docking
Asked by
Peter
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or