I need to create (in WPF) a calendar week view to schedule stuff in 15 minute increments during the week. Something very similar to the Outlook week view. I was thinking perhaps a data grid bound to an array [7][96] (7 days, 96 15 minute increments). Basically the user will define a time period, and two list items from two existing lists (one from each). This then composes a scheduled item. A scheduled item is then represented with a rectangle showing the two items linked to this time slot. Again, very similar to Outlook. Any thoughts on how this could be done most efficiently?

0 answers