Category / Section
How can I set the duration of animation delay when the DockingWindow collapse or expand?
The duration of the animation delay can be set when the DockingWindow collapse or expansed. It can be done with the following code as :
[C#]
//setting the animation delay DockingManager.SetAnimationDelay(dockingManager,new Duration(new TimeSpan(300)));