Disable/change pivot animations on UWP

821 Views Asked by At

A pivot item's "slide-in-from-the-side" animation is played not only when swiping, but also when clicking the pivot item's header with a mouse on a desktop.

How can i disable this animation? Either completely, or only for explicit clicks/taps on the header.

1

There are 1 best solutions below

0
On

I think the one you are looking for is the new control TabView solves this issue. Please have a look. It supports from the min version 16299.

Added a image from Microsoft Docs for reference.

enter image description here

https://learn.microsoft.com/en-in/windows/communitytoolkit/controls/tabview