Re: Windows Forms General AutoScroll question
spelger
thanks,
i am not sure that would work. i am trying to manipulate virtual controls on a UserControl. the controls are rendered in an image. to take advantage of the AutoScroll feature i place only two Panel objects in the UserControl, one at (0, 0) and the other at (x, y) where x == the bottom of the bottom most virtual object, and y == ...
what i need is to be able to allow the user to move one of these virtual objects further to the left and have the UserControl show the scroll bars. this works, but only when i move an item to the right.
this approach is taken to support zooming, a large number of custom (hand drawn) objects, and flicker free rendering.
thanks,
scott