Does anyone know how can I implement the display of o开发者_运维技巧verlapping appointments?
Basically I'm using silverlight but if you have algo there, just share it.
There is no single algorithm - a scheduler control (if that's what you're looking for) is a quite complex entity. There is a community sample (Silverlight) that shows how to do something like this - pretty sure you won't have a problem re-implementing the same element on WP7 as long as you have some Silverlight development experience.
Also, ComponentOne has a control that does this - since it is based on Silverlight, I am sure it is fairly easy to adapt it to a Windows Phone 7 application as well.
精彩评论