在 WPF 选项卡控件中将选项卡项文本设置为粗体
当我将选项卡项目字体粗细设置为粗体时,该选项卡中的所有控件都会变为粗体。如何仅设置选项卡项的文本标题而不影响控件?
When I set my tab item font weight to bold, all the controls within that tab become bold. How do I set just the text header of the tab item without affecting the controls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是我为了让它发挥作用所做的。谢谢 SeeSharp 的提示。
This is what I did to get it to work. Thanks, SeeSharp, for the hint.
使用 ItemTemplate 设置选项卡标题的模板。
例子:
Use ItemTemplate to set template for tab header.
Example: