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

asdasdad picture asdasdad · Jun 12, 2012 · Viewed 22.1k times · Source

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 would be great... or just a hint how to do it...

Answer

SwDevMan81 picture SwDevMan81 · Jun 12, 2012

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