Articles in this section
Category / Section

How to set the WinForms Docking Manager or floating windows width?

1 min read

Change dock window size

The Docking Manager has a method named SetControlSize through which a docked control size can be changed. Please refer to the below code snippet which illustrates this.

C#

this.dockingManager1.SetControlSize(this.panel1,new Size(100,300));

 

VB

Me.dockingManager1.SetControlSize(Me.panel1, New Size(100, 300))

 

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDConSize/ConSize.zip

Reference link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#change-dock-window-size

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