Is there an Scrolled event?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
swong
Newbie
Newbie
Posts: 24
Joined: Thu Jan 15, 2004 5:00 am

Is there an Scrolled event?

Post by swong » Wed Jan 28, 2004 7:18 pm

Is there an "After Scroll" event, much like the "Zoomed" event?

The "Scroll" event doesnt do what I want it to do, since it's pretty much called continously until I let go of the mouse. I only need to know when the scrolling stopped.

I know that I can use the "MouseUp" and "MouseDown" events, but I'm wondering if there is a better way of doing it?

Thanks!

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jan 29, 2004 11:58 am

Hi Swong,
I know that I can use the "MouseUp" and "MouseDown" events, but I'm wondering if there is a better way of doing it?
I think this is the best way to control this.

Post Reply