I am using a group box and there are several controls inside this.
My requirement is to set the group box title to the middle of the group box instead of Left.
Try to create a custom control using Panel
as container and draw border around this, you can then have full control of the title's alignment.
If you would like a simple approach, you can leave the groupbox's title as empty text, and then place a label
at the center position of the groupbox. You can also define this as user-control so you wouldn't need to do this repeatedly.