MVVM解决方案中的WPF Toolkit日历控件,如何突出显示日期?
从这篇文章 http://msdn.microsoft.com/en-us/magazine /dd882520.aspx 我想像他一样创建一个选定日期的列表。但我的列表不是静态的,将其放入转换器中似乎很臭。有人用WPF工具包日历控件做过类似的事情吗?或者我们是否试图将此控件用于超出其预期用途的用途?
From this article http://msdn.microsoft.com/en-us/magazine/dd882520.aspx I wanted to create a list of selected days like he did. Except my list is not static and putting it in the converter seems smelly. Has anyone done something similar with the WPF toolkit calendar control? Or are we trying to use this control for something more than what it is intended?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 MultiValueConverter,它接受 DateTime 和特殊日期的列表。
Use a MultiValueConverter which takes a DateTime and a list of special days.