AnimatedDockPanel Animation Duration

Views for WPF Forum

Posted 14 years ago by Jim Strav
Version: 10.1.0523
Avatar
How do I change the duration of the animation in the AnimatedDockPanel?

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jim,

You can control the animations by using the ArrangeAnimation property and type. There are various animations and you can customize the duration on each one or built a custom animation. But if you use something like the following, you can see the various durations available:
<views:AnimatedStackPanel>
    <views:AnimatedStackPanel.ArrangeAnimation>
        <views:ArrangeAnimation ...HERE... />
    </views:AnimatedStackPanel.ArrangeAnimation>
</views:AnimatedStackPanel>


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.