I want to have Borderless window similar to image I have attached; how can I do this ?
Thanks Ocean
To make the window display without this gray border, you need to set the 'ResizeMode' property of the window to 'NoResize'.
You can get rid of the default chrome by making the window transparent and windowStyle to None, and need to provide styled buttons instead of the regular buttons on the top-right
<Window WindowStyle="None" AllowsTransparency="True" Background="Transparent"
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