Articles in this section
Category / Section

How to prevent the resizing of WinForms Docking Manager or floating control?

1 min read

Resizing

Docking manager has the property called FreezeResizing with the default value false. If this value is set to true, it will cancel the resizing action. Please refer the below code snippet which illustrates this.

C#

this.dockingManager1.FreezeResizing= true;

 

VB

Me.DockingManager1.FreezeResizing = True

 

Reference link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#restrict-to-resize-specific-window

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied