MetroSet-UI icon indicating copy to clipboard operation
MetroSet-UI copied to clipboard

metroSetTabControl Slide Animation

Open Boukri opened this issue 4 years ago • 1 comments

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


Boukri avatar Dec 07 '20 19:12 Boukri

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

Boukri avatar Dec 07 '20 21:12 Boukri