0
kicks
My WPF Fullscreen window still display borders : how to remove them ?
Creating a fullscreen window in WPF is quite simple, you just have to set WindowState to Maximized and WindowStyle to None. But in my current project I was facing a little drawback : a border was still visible on the bottom and on the right side of my window. In this post we'll discover how to remove them.