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

disable Anitmate

1 Answer 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
Davood
Top achievements
Rank 1
Davood asked on 30 Dec 2010, 07:28 PM
how to disable Animate RadWindow When Open or close Window.

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 03 Jan 2011, 12:49 PM
Hi Davood,

You can disable animation on RadWindow by setting IsAnimationEnabled to False in the following manner:

<telerik:RadWindow
    xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
    x:Class="WpfApplication2.MainWindow"
    x:Name="Window"
        telerik:AnimationManager.IsAnimationEnabled="False">
...
</telerik:RadWindow>

Please, let me know if this approach works well for you and whether you need further help.

Best wishes,
Dani
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
Window
Asked by
Davood
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or