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