Wpf日历更改标题背景
如何更改日历控件的标题背景?我只需要顶部,而不是所有区域。
多谢!!
How to change header background of a calendar control? I need only top, not all area.
Thanks a lot!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这篇 MSDN 文章,该文章介绍了自定义 WPF 日历控件的过程:http://msdn.microsoft.com/en-us/magazine/dd882520.aspx#id0430016
它包括为控件设置自定义模板的步骤。
Check out this MSDN article that goes through the process of customizing the WPF Calendar Control: http://msdn.microsoft.com/en-us/magazine/dd882520.aspx#id0430016
It includes steps for setting a custom template for the control.