* "Tim Bücker" <timtos_NO-SPAm_@web.de> scripsit:
>>> I have a problem with a graphic error that shows up when scrolling a
>>> picturebox within a panel which AutoScroll property is set to true.
[quoted text clipped - 8 lines]
> Yes, one could describe the problem like that or that some parts are
> overlapping other parts.
I played around with it and I am not able to find the reason for this behavior.
What you can do is trying to handle the panel's scroll events
(<URL:http://dotnet.mvps.org/dotnet/faqs/downloads/panelscrollevent.txt>)
and force an update of the picturebox every time the scrollbars are moved.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
Tim B?cker - 07 Sep 2004 22:08 GMT
> * "Tim B?cker" <timtos_NO-SPAm_@web.de> scripsit:
> >>> I have a problem with a graphic error that shows up when scrolling a
> >>> picturebox within a panel which AutoScroll property is set to true.
> >>> As until now nobody could help me and I didn?t find anything
suspicious by
> >>> myself it has to be a bug in .NET ;-)
> I played around with it and I am not able to find the reason for this behavior.
>
> What you can do is trying to handle the panel's scroll events
> (<URL:http://dotnet.mvps.org/dotnet/faqs/downloads/panelscrollevent.txt>)
> and force an update of the picturebox every time the scrollbars are moved.
Ok, thanks a lot for trying!
I?ll try your idea - but now I really want to know why this is happening!
;-)
Greetings,
Tim.
Tim B?cker - 07 Sep 2004 23:07 GMT
> What you can do is trying to handle the panel's scroll events [...]
That worked!
But I still want to know the reason for this "bug". So if you?ll ever know
;-)
Greetings and thanks,
Tim.