In my MDI app, when the user shrinks an MDI child form so scroll bars appear, then the uesr then drags the vertical scroll bar down, the contents of the form seem to get partially redrawn so they appear to stretch down. When the user stops the drag of the scrollbar, then the form draws itself and it looks fine.
What would cause the controls to not get re-drawn correctly on a scroll event? I am not listening or processing the scroll event, and I would expect the contents of the form to move smoothly on a scrollbar drag as if it is larger than the container. But instead it looks like the form/contols are being drawn as the scrollbar is being dragged.
Any thoughts on how to make the scrolling look smooth?
thanks
Bryan
What would cause the controls to not get re-drawn correctly on a scroll event? I am not listening or processing the scroll event, and I would expect the contents of the form to move smoothly on a scrollbar drag as if it is larger than the container. But instead it looks like the form/contols are being drawn as the scrollbar is being dragged.
Any thoughts on how to make the scrolling look smooth?
thanks
Bryan
Last edited: