Can I somehow center the title (Header)
of a GroupBox so that it is always established in the center of the control itself?
I do not know if there is any property that makes it easier for me to do what I want ... I'm reviewing the control options but I do not see anything that I'm worth.
With the property HorizontalAlignment="Center"
I only get the control to adapt the content to what it has, but I want it to occupy the entire column of Grid
containing it, always adapting to the maximum size of Grid
<GroupBox Grid.Column="0" Header="GroupBox" HorizontalAlignment="Center">
I do not know if I'm explaining myself well ...
Thanks