dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

MetroControl text property doesn't update #42

Open smygarn opened 7 years ago

smygarn commented 7 years ago

When changing the text property of a form, it's not updating/refreshing. By overwriting the text property and refresh the form in the MetroForm class it worked for me.