WPF日历控件
我可以自定义日历以显示 6 行以上的日期,以便其他月份的日期也包含在内吗?
can i customize the calendar to show more than 6 rows of dates such that other months dates also gets included?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于标准 WPF 日历控件,不,您不能。
日历控件在“月”模式下显示 6 行,在“年”或“十年”模式下显示 3 行,无论它们包含什么。
如果您想添加更多日期,则必须对控件进行大量调整,并且基本上重做模板和大部分填充行为。
with the standard WPF Calendar control, no, you cannot.
the calendar control is meant to show 6 rows when in "month" mode and 3 in "year" or "decade" mode, no matter what they contain.
if you want to add more dates, you'll have to tweak the control a lot and basically redo the templates and most of the populating behaviour.