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

Controls not movable in Metro TabControl #38

Closed Spegeli closed 7 years ago

Spegeli commented 7 years ago

When i try to move Controls inside a MetroTabControl the Controls got not moved and stay always on the old Position. When i change the position values manuell i can move the controls but not when using the Mouse. Because of my Bad English i made a Video which shows the issue: http://sendvid.com/55beb97a

The issue must be inside the MetroTabControl because with the standard TabControl i got no issues.

Anyone can confirm this issue and maybe know how to fix it?

//Edit: Another Video which shows the issue: http://sendvid.com/9ry4vi5k

Spegeli commented 7 years ago

Ok it seems that is was my fault ^^

After i look deeper in the Designer.cs of my Form i saw that i used the MetroTabControl but the Standard Windows Forms Tab Pages. After changing the TabPages to MetroTabpages it works without problems.