C# 日历网格(约会控件)
我想问是否有一个类似大网格日历的控件,我们可以用它来管理所有约会。就像我们的手机一样,我们有日历,我们可以保存提醒、生日等。我正在寻找同样的东西,但适用于桌面和平板电脑。其大小应至少为 600x400。
当用户单击单个日期时,应显示详细信息。
有类似的控件可用吗?
I wanted to ask whether there's a control like a big grid calendar that we can use to manage all the appointments. Like in our cell phone we have calendar and we can save reminders, birthdays, etc. I'm looking for same thing but for the desktop & its size should be at least 600x400.
When the users clicks an individual date the details should be shown.
Is there any control like that available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有些日历控件可能具有您需要的视图。例如
BetterCalendar - 这是免费的、开源的并且非常好。或者,您可以使用任何商业控件,例如 Infragistics。
There are Calendar controls that might have a view that looks like what you need. For example
BetterCalendar - which is free, open source and pretty nice. Or you can use any of the commercial controls like the one from Infragistics.
您可以使用 Devexpress 组件 - 它们提供了良好的日历控件以及一系列可用于约会网格的布局控件。
You could use the Devexpress components - they provide a good calendar control and also a range of layout controls you could use for the appointment grid.