Ivan
Ivan

Reputation: 64207

How to rearrange a WinForms TabControl TabPages during design time?

How to reorder TabPages during design?

In a project of mine I don't mean to implement runtime reordering, but I'd like to place the pages in a specific meaningful order after initially designing them in another order.

Upvotes: 17

Views: 12612

Answers (1)

IAbstract
IAbstract

Reputation: 19881

In the Properties window for your Tab Control, select the button with the ellipses:

button to open TabPage Collection Editor

You can add, remove, edit and reorder your Tab Pages in this editor:

TabPage Collection Editor

Upvotes: 33

Related Questions