The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team December 20, 2004 03:14 PM UTC
Hi Jeff,
The docking manager has two static properties that allow you to control the speed of animation
1) DockingManager.AnimationSpeed : Timer interval in milli secs.
2) DockingManager.AnimationStep : Try setting it to a high value like 1000 and the animation will look instantaneous
DockingManager.AnimationStep = 1000;
Thanks,
Stephen.
>Is there a way to speed up the animation of the "flyouts" on the docking manager?
>
>Thanks,
>Jeff