I am using a Tabbed page, and I need to switch tabs programmatically, for example by clicking on a button.
I need to simulate the swipe action, same as if you swiped to a different tab with the finger.
I am wondering if there is a way to do it with prism.
I don't want to use "Navigation/MyTabbedPage?SelectedTab=Dashboard" because it reloads the page completely.
Any ideas?
Tagging @BrianLagunas just in case