thielj / MetroFramework

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

metroTabControl pages auto-adjust during runtime #68

Open tenlashes opened 8 years ago

tenlashes commented 8 years ago

Well this is a weird one. I have 5 tabpages. (HOME, IMPORT, EXCEPTIONS, REPORT, OPTIONS). Each page is different. When I run, the TabControl gets scrambled and IMPORT becomes id-3, when I click on Import it runs code designated by the correct EXCEPTIONS page, but shows me the IMPORT page controls. UGH! This has become a nightmare!

image