windows live mail 使用哪个控件来显示日历日期
我想创建数据的表格视图,其中我想将日期显示为列标题,将房间号显示为行标题。以及表格形式的房间预订数据。我还想让日期从年、半年、月、周缩放到天。用某种颜色表示预订的房间并附上名称。
根据我的要求,我发现 Windows Live Mail 的日历控件有点匹配,但没有缩放功能。
以下是 Windows Live Mail 控件的示例: http://www.flickr.com/photos/30150279@N06/5444844190/
我想获得符合我的要求的控制/项目的参考/示例。
I would like to create a tabular view of my data in which i would like to show dates as column header and room no as rows header. And room reservation data in that tabular form. I would also like to make date zooming from year, half yearly, month, week to day. Denote the reserved room in some color along with name too.
To my requirement, i found windows live mail's calendar control abit matching without zooming functionality.
Here is a sample of windows live mail's control:
http://www.flickr.com/photos/30150279@N06/5444844190/
I would like to get reference/example of control/project matching my requirement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Live 使用的控件可能是定制的。有大量的控件示例可以在代码项目中执行类似的操作。以下是一些:
http://www.codeproject.com/KB/docview/WinFormsCalendarView。 aspx
http://www.codeproject.com/KB/WPF/WPFOutlookCalendar。 aspx
http://www.codeproject.com/KB/selection/Calendardayview。 ASPX
The control used by Windows Live is probably something custom built. There are tons of examples of controls that do something similar out on code project. Here are a few:
http://www.codeproject.com/KB/docview/WinFormsCalendarView.aspx
http://www.codeproject.com/KB/WPF/WPFOutlookCalendar.aspx
http://www.codeproject.com/KB/selection/Calendardayview.aspx