Hello everybody!
In a base class that inherits from the Windows.Forms.Form, I have set the property AutoScroll to true. But, when the form is scrolled (or during the process of scrolling), I need to refresh the form, because it has to paint itself again. But I didn't find any event handlers so to get the moment when the grid was scrolled. In a dataGrid for instance you have the GridHScrolled or GridVScrolled that listen for the scroll events, but in the form, I didn't find something useful for my problem. Can anyone give me a hand on this?
Thanks for any answers
Country of eagles
In a base class that inherits from the Windows.Forms.Form, I have set the property AutoScroll to true. But, when the form is scrolled (or during the process of scrolling), I need to refresh the form, because it has to paint itself again. But I didn't find any event handlers so to get the moment when the grid was scrolled. In a dataGrid for instance you have the GridHScrolled or GridVScrolled that listen for the scroll events, but in the form, I didn't find something useful for my problem. Can anyone give me a hand on this?
Thanks for any answers
Country of eagles