模仿 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?
发布评论
评论(1)
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