Sunday, April 3, 2011

Imitating outlook scheduler using winform

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?

From stackoverflow

0 comments:

Post a Comment