带有溢出图标的 WPF TabControl
我的 tabcontrol 中有 7 个 tabitems,而 tabcontrol 的宽度只有 500。因此 tabitems 显示为 3 行。我希望它像溢出选项卡控件一样显示在选项卡控件末尾的下拉列表中。我怎样才能创建它?
I have 7 tabitems in my tabcontrol and the width of the tabcontrol is only 500. Therefore the tabitems are displayed in 3 rows. I want it to be shown in a dropdown at the end of the tabcontrol just like an overflow tabcontrol. How can I create it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看CodeProject 上。我想这会做你想做的。基本上,您所要做的就是为选项卡控件创建一个控件模板。
take a look here on CodeProject. I am thinking this will do what you want. Basically all you have to do is make a control template for your tab control.