Hi all, I have a tab control with 6 tabs - loving it. Now I need to insert a new tab page between the existing 3rd and 4th tab pages. I assumed I should set the tab item number and the active tab number to the 3rd tab, then hit + and populate it. Well, + simply adds a 7th empty tab at the end. I then changed that new 7th tab label and populated its contents. Then I tried using the arrows to move it up from place 7 to place 4. Surprisingly, the arrows only move the tab label, the contents stay behind. Dragging the tab content elements is not supported, it seems. OK, so how should I move the tab label with its contents without having to cut and paste all the tab contents to manually shift the tabs’ order? Surely one can simply rearrange the tabs and contents with a click or drag, right?