Let's say there are 3 tabs: "Cars" (index=0), "Metals"(index=1), "Animals'(index=2)
If I want to move last lab to the top, and the new tab order becomes "Animal"(index=0), "Cars"(index=1), and "Metals"(index=2).
Could someone provide some sample code to achieve that?
1. Each page layout should include two panels where all the actual layout is in the second (child) panel.
2. This will allow you to easily move the layouts between the pages.
3. You can use the GetAllTabLabels to get the labels and change their names.