Is there an AutoScrollPositionChanged event?

  • Thread starter Thread starter Guido Kraus
  • Start date Start date
G

Guido Kraus

Hi,

I have a panel with AutoScroll set to true. The contents of the panel is
large enough to show the vertical and horizontal scroll bars. Is there a
possibility to get an event whenever the user scrolls horizontally or
vertically?

The problem is that I want to synchronize the scrolling with another
control. I can read the AutoScrollPosition property of my panel. However, I
need an event to know when I should do this.

Thanks for any ideas,
Guido
 
Back
Top