SplitContainer delimiter in C #?

I use a split container. For some reason, the splitter looks like this: enter image description here

This is very difficult to understand. These are weak 2 lines in the middle of two black lines. How to fix this problem and add padding between two lines? I use Fixed Single as the frame style.

+4
source share
3 answers

Try changing the background color, but if you are using the designer, go to Panel1 and Panel2 as well and change the corresponding color images to the colors you need.

It is also a SplitterWidth property that can adjust the overall size of the separator descriptor.

+6
source

Make sure that the bound containers are bound correctly.

+1
source
+1
source

All Articles