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
865 stars 1.08k forks source link

MetroTabControl aligment left doesnt show full text #15

Open agonzalezm opened 7 years ago

agonzalezm commented 7 years ago

I am trying to setup MetroTabControl aligment to left to create a wizard and show steps in the left as but the tabpage text is cut and not shown full, also the blue line is not aligned under the text. Any workaround for this?

rasputino commented 7 years ago

Did you configure the padding? At least 5 pixels. Check this code: https://github.com/rasputino/MetroFrameworkShadowGlitch