2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Enable docking behaviorDockingManager has a bool property called DockToFill to achieve this behavior. If this property is set to true DockingManager will fill the entire available client area with docked controls. Please refer the below code snippet which illustrates this: C# this.dockingManager1.DockToFill = true;
VB Me.DockingManager1.DockToFill = True
Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDFill/Fill.zip UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#occupy-whole-window |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
The DockToFill option is not valid when the host form is an MDIContainer.