How can I change the border thickness of a Groupbox on a windows form in C#?

前端 未结 2 1046
梦毁少年i
梦毁少年i 2021-01-19 08:56

I didn\'t find any solution that helped me on the older questions on SO... Is it possible to make them thicker or just more visible by changing the color? If yes, some code

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-19 09:24

    You'll need to make a custom GroupBox control. See The Grouper - A Custom Groupbox Control

提交回复
热议问题