How does one increase the size of the space separation between panels of a SplitContainer?
Change the value of the SplitterWidth property.
e.g.:
splitContainer.SplitterWidth = 8;