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.
In the Properties window for your Tab Control, select the button with the ellipses:
You can add, remove, edit and reorder your Tab Pages in this editor:
精彩评论