thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

MetroBorderStyle.None Not Working as Expected #79

Open Arefu opened 7 years ago

Arefu commented 7 years ago

I might be going crazy here, but I am trying to hide the Minimize, Maximize and Exit buttons from my form.

I figured you could go: BorderStyle = MetroBorderStyle.None; and it would work similar to FormBorderStyle = FormBorderStyle.None from the normal WinForm, however the buttons still remain, am I missing something here?

Arefu commented 7 years ago

Temporary work around ControlBox = false;

But would like some insight as to why the original one didn't work