Hi, is there any way to disable swiping for < PageControl>? So i can navigate between pages using buttons only.
Ps. How can i found this kind of questions in docs ? There is nothing about that …
Hi, is there any way to disable swiping for < PageControl>? So i can navigate between pages using buttons only.
Ps. How can i found this kind of questions in docs ? There is nothing about that …
Set <PageControl Interaction="None">
which turns off the standard user interaction (which is swiping).
These types of options can usually be found on the class reference docs, such as https://www.fusetools.com/docs/fuse/controls/pagecontrol
Thank you.