문제

how to delete this white lines in a GroupBox?

enter image description here

도움이 되었습니까?

해결책

Try changing the .BorderStyle Property to something that looks better, i.e. none.

But rather not use a group control at all, or any other grouping control that may have some visible lines.

Panels are much more suitable for this (as per suggestions above).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top