如何在设计时重新排列 WinForms TabControl TabPages?
设计时如何重新排列TabPages?
在我的一个项目中,我并不是要实现运行时重新排序,但我想在最初以另一种顺序设计页面后,将页面以特定的有意义的顺序放置。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在选项卡控件的“属性”窗口中,选择带有省略号的按钮:
您可以添加、在此编辑器中删除、编辑和重新排序您的选项卡页:
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: