How does one increase the size of the space separation between panels of a SplitContainer?
How to adjust the space between Panel1 and Panel2 in a SplitContainer?
1.8k Views Asked by user3701568 At
2
There are 2 best solutions below
1

Set the padding of the container, see http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer.padding(v=vs.110).aspx
Change the value of the SplitterWidth property.
e.g.: