How to stop pivot looping

前端 未结 6 1873
礼貌的吻别
礼貌的吻别 2021-01-11 22:34

I want to create a wizard control from the pivot control. To achieve this I need to stop the pivot looping. I want to stop the pivot control moving forward from the last ite

6条回答
  •  不知归路
    2021-01-11 23:04

    The pivot is not designed to be used as a wizard and does not support stopping it's looping behaviour as this would create an inconsistent UX for users.

    If you really must create a wizard do it with multiple pages.

提交回复
热议问题