Fade between Tab Pages in a Tab Control

前端 未结 5 771
既然无缘
既然无缘 2021-02-06 17:46

I have a Tab Control with multiple Tab Pages. I want to be able to fade the tabs back and forth. I don\'t see an opacity option on the Tab Controls. Is there a way to cause a fa

5条回答
  •  后悔当初
    2021-02-06 17:58

    I don't see a specification of Winform/Webform, so I'll assume WebForm...

    You can use an AJAX AnimationExtender.

    Failing that, a bad way (which would work) would be to accept a QueryString that causes the page to auto-navigate to the tab you want, and use page Transitions.

    For Winforms, you could use WPF :)

提交回复
热议问题