Click here to Skip to main content
15,881,709 members
Articles / Desktop Programming / WPF

Remove border from right and bottom of WPF full-screen window

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Feb 2011CPOL 10.9K   1  
Add AllowsTransparency="True" and there will not be a border.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
28 Feb 2011jmix90 1 alternative  
Creating a full-screen window in WPF is quite simple, set WindowState to Maximized and WindowStyle to None. However, a border is still visible on the bottom and on the right sides. In this post we'll discover how to remove it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions