MetroSet-UI
MetroSet-UI copied to clipboard
metroSetTabControl Slide Animation
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
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