Page 1 of 1

TabControl with Multiple Tabs... how to reorder them?

Posted: Fri Apr 04, 2014 4:58 pm
by robrtitus
Product - PowerShell Studio 2014
version - 4.1.52
32 bit version
Windows 7 32 bit

Question:
I have a single form application that contains a TabControl that has 8 tabs. I would like to reorder the tabs however I cannot figure out how to do it.

As you can see in the image, I want to move the Ticket tab to be the last tab. How?
tabs.jpg
tabs.jpg (13.01 KiB) Viewed 4999 times

Re: TabControl with Multiple Tabs... how to reorder them?

Posted: Wed Apr 09, 2014 12:43 am
by Bosparan
Hi Robritus,

on the right side you got the properties panel. While selecting the tab control, Select "Behaviour > TabPages" by clicking into (Collection), opening the context menu by clicking on the "...".
Then you can reorder member tabs by selecting them and clicking on the vertical arrows.

Cheers,
Bosparan

Re: TabControl with Multiple Tabs... how to reorder them?

Posted: Wed Apr 09, 2014 8:03 am
by davidc
Control / GUI based questions should be posted in the PowerShell GUI forums. This forum is reserved for product specific questions or issues.

Thank you,

David

Re: TabControl with Multiple Tabs... how to reorder them?

Posted: Wed Apr 09, 2014 11:52 am
by robrtitus
Bosparan -

Thank you for the pointer. It worked!

davidc - Thank you for the information.