How can I design the following layout in WPF?
You can just use a GroupBox
. You can customize the style if the default appearance doesn't suit your needs.
<GroupBox Header="Contact information">
<!-- Content here -->
</GroupBox>
Have a look at the default style for pointers on how to customize the appearance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With