views:

25

answers:

0

Hi,

I have a usercontrol that i am working with based on a project i downloaded that displays a calendar.

I am trying to adapt it to show a week to view like in Outlook 2007 where the columns are the days and the rows are 30min segments.

The problem i am having is that when i turn on autoscrolling and scroll down, it fails to correctly render the parts of the control that started outside of the visible area of the control, and then when i scroll up again it does the same thing.

It is fairly common to see this when scrolling but usually when you release the mouse it refreshes and displays correctly! let me know if you would like to see the code/project.