使用winform模仿outlook调度程序

发布于 2024-07-13 13:58:14 字数 261 浏览 10 评论 0 原文

模仿 Outlook 2003 的调度程序屏幕的最佳方法是什么。目前我正在使用 DataGridView 和自定义的 DataGridViewCell 和 DataGridViewColumn,如 msdn。 我认为DataGridView很重。 是否有更好的轻量级且 CPU 消耗更少的方法来解决这个问题?

what is the best way to mimic the scheduler screen of the outlook 2003. Currently I'm using DataGridView with customized DataGridViewCell and DataGridViewColumn as sugeested in msdn. I think DataGridView is heavy. Is there a better approach which is light weight and less CPU consuming to solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迎风吟唱 2024-07-20 13:58:14

Outlook 中的大多数内容都非常复杂,因此,如果您希望真正接近,我会查看 Windows 窗体的第三方控件(Infragistics、Telerik、ComponentSource 等站点)。

如果您只是在寻找 UI 上的概念,请查看此示例...

http://rjmooney.blogspot.com/2004/01/outlook-style-calendar-month-control.html

Most everything in Outlook is VERY complex, so if you are looking to get really close, I would look at third-party controls for Windows Forms (Infragistics, Telerik, ComponentSource to name a few sites).

If you're just looking for concept on the UI, check out this sample...

http://rjmooney.blogspot.com/2004/01/outlook-style-calendar-month-control.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文