thielj / MetroFramework

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

Only main form has correct display #40

Closed arqtiq closed 9 years ago

arqtiq commented 9 years ago

Hello,

I ran into an issue while using the MetroFramework onto an already existing project. (awesome work btw) Only my main form has the correct metro look, all the children forms called from the main one has the metro style, but still keep the windows borders around, even with BorderStyle sets to None (see screenshot below).

image

Is this a know issue or something I'm missing ? Thanks

arqtiq commented 9 years ago

Nevermind, the Designer.cs file wouldn't update, so I just had to write it manually.