You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solve the problem by going the designer class and write manually "this.metroSetTabControl1.UseAnimation = true;"
So just try to make the code autogenerated from the properties tab in the visual studio
In the form preview i can see the animation of sliding the tabControl's tabs, but when i execute the app i can't see the animation
The properties i made for the TabControl:
AnimateEastingType => SineIn
AnimateTime => 200
UseAnimation => true
The text was updated successfully, but these errors were encountered: