像 Visual Studio 选项卡一样设置 WPF 选项卡样式
In WPF is it possible to style the WPF TabControl to lool like those in Visual Studio?
Instead of this: (Normal Tabs)
I will prefer this: (Styled Tabs)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过使用 ControlTemplate,这绝对是可能的。 有关 TabControl ControlTemplate 的示例,请参阅此 MSDN 条目。 您可以以此为起点。 祝你好运!
It's definitely possible, through the use of a ControlTemplate. See this MSDN entry for an example of a TabControl ControlTemplate. You can use this as a starting point. Good luck!