Articles in this section
Category / Section

How to set minimum size to WinForms Docking Manager?

1 min read

Minimum size

The DockingManager has a method called SetControlMinimumSize which could be used to enforce minimum size to the docked controls. Please refer the below code snippet which illustrates this:

C#

dockingManager1.SetControlMinimumSize(panel1,new Size(200,400));

 

VB

DockingManager1.SetControlMinimumSize(panel1,new Size(200,400))

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#restrict-resize

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