2

How can i remove the ugly color of a split container when i try to split. But in windows operating system there contain more than two panel and no border shows when resize the split container just like the folder browser and the drive separate in two panel. So how to remove this. https://i.stack.imgur.com/jOBbR.png

Mark
  • 3,273
  • 2
  • 36
  • 54

1 Answers1

0

Not sure if this got resolved but I was in a similar situation and set the following properties for the SplitContainer:

SplitterWidth = 2
TabStop = False

The width of 2 probably gives no space to display the default border of the split separator (the vertical line in your image).

bit
  • 4,407
  • 1
  • 28
  • 50