WPF - 选项卡控件中的两行选项卡 - 选项卡换行
我有一个带有大量选项卡的 WPF TabControl
,它们在整个屏幕上以连续行的形式呈现。这意味着用户需要横向滚动才能查看所有选项卡。
有没有办法创建两行选项卡或使长行选项卡“换行”成两行或更多行?
I have a WPF TabControl
with a large number of tabs and they are presented in a sequential line all across the screen. Which means that a user needs to scroll sideways in order to view all the tabs.
Is there a way to create two rows of tabs or make the long row of tabs "wrap" into two or more rows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
换行是 TabControl 的默认行为。您使用的任何
Style
或ControlTemplate
会干扰这一点吗?以下代码:
产生
Wrapping is the default behavior for
TabControl
s. AnyStyle
orControlTemplate
you're using that interferes with that?The following code:
yields