Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
865
Tab Change Transistion
posted

Is it possible to define an animation transition between tabs, so that instead of an instantaneous display switch, the tab page does something else, such as flips over to show the new tab, or cross-fades, (or any other transition)?

  • 54937
    Offline posted

    There is nothing currently in the control that will provide this capability. The xamTabControl, which is a derived TabControl, just has a single ContentPresenter that is used to represent the Content of the Selected TabItem. To facilitate what you are asking it would need to be able to temporarily display both the old and new content. You may submit a feature request for adding this in the future.