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.
Hi SF
Is it possible to change the speed at which the docking windows ''auto-hide''?
I have noticed it repaints while docking windows are hiding - and actually
takes quite a performance hit on low-refresh monitor rates (and projectors).
Is there a docking style Property that can be set to not animate the docking behaviour?
or at least on that I can set to speed the hide of a unpinned docked-window up?
Regards
Mark
ADAdministrator Syncfusion Team June 23, 2004 11:53 AM UTC
Hi Mark,
The docking manager has static properties for controlling the animation speed and animation step. Please try setting the animation step to a very large number
DockingManager.AnimationStep = 5000;
This should make the animation very fast. Please let me know if you have any questions. Thanks.
Best regards,
Stephen.
>Hi SF
>Is it possible to change the speed at which the docking windows ''auto-hide''?
>I have noticed it repaints while docking windows are hiding - and actually
>takes quite a performance hit on low-refresh monitor rates (and projectors).
>Is there a docking style Property that can be set to not animate the docking behaviour?
>or at least on that I can set to speed the hide of a unpinned docked-window up?
>Regards
>Mark