Can anyone tell me how to make a button that has the function of going to another page in a flap.
The button is on page(0) and I want it on klick to go to page(1).
Can anyone tell me how to make a button that has the function of going to another page in a flap.
The button is on page(0) and I want it on klick to go to page(1).
Do you mean switch between Tabs on a Tab Group? If so, then all you need to do is set focus to any control contained in the tab and the Tab will appear at the top of the Tab Group. You might even be able to set focus on the Tab itself, but I have never tried that.