Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SplitContainer splitter in C#?

i am using a split container. For some reason, the splitter looks like this: enter image description here

It is very hard to see. It is the faint 2 lines in the middle of the two black lines. How do i fix this issue and add a filling between the two lines? I am using Fixed Single as my border style.

like image 543
Hunter Mitchell Avatar asked Jul 17 '12 19:07

Hunter Mitchell


1 Answers

Try changing the backcolor, but if using the designer, then also go into Panel1 and Panel2 and change those respective backcolors to the colors you want.

Also, their is a SplitterWidth property that can adjust the overall size of the splitter handle.

like image 157
LarsTech Avatar answered Nov 15 '22 03:11

LarsTech