Is it possible to to make a GroupBox that looks like the image below?
If it is not possible with the native controls are there any free, custom controls that might support this?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no control like the image which you made, I have a non intelligent solution, but might match your requirement,
Create a
UserControland put inside it twoGroupBoxcontrols, then you’ll have a line between them, you can hide it by add a panel above it withoutNoneforBorderStyle.Then you’ll have this user control:
I know it’s not as intelligent as you want, but might it’s easier than drawing one from scratch and loose the theme.
You can also create a title property to reflect the vertical groupbox as a title of the user control
Good luck!