2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Splitter widthThe DockingManager.SplitterWidth property is used get or set the splitter width between the docked windows. C# // Sets the splitter width. this.dockingManager1.SplitterWidth=20; // Gets the Splitter width. int val=this.dockingManager1.SplitterWidth;
VB ' Sets the splitter width me.DockingManager1.SplitterWidth=20; ' Gets the Splitter width int val=me.DockingManager1.SplitterWidth;
Note: The value should be less than 30. Otherwise it will raise exception.
UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#customize-resize-splitter |
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.