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.
Hello,
I've a dockable control, that is registered at a dockingmanager. Now I set this control into autohide mode (unpinned state). Is there a method to slide this control from full size to thumbnail size and vice versa from thumb nail size to full size!
Thomas
ADAdministrator Syncfusion Team October 16, 2003 11:32 AM UTC
Hi Thomas,
You could force an auto-hidden docking window to slide out using the DockingManager's ActivateControl method as follows :
dockingManager1.ActivateControl(this.panel1);
You could hide a 'open' auto-hidden docking window by using the DockingManager's HideAutoHiddenControl method as follows :
dockingManager1.HideAutoHiddenControl();
Please refer to the sample application attached which shows how this can be done, and let me know if this helps. Thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.