which event would notify me that the scrolling is finished in a scroll bar?
Posted
by cng
on Stack Overflow
See other posts from Stack Overflow
or by cng
Published on 2010-06-02T11:20:58Z
Indexed on
2010/06/02
11:23 UTC
Read the original article
Hit count: 109
c#
which event would notify me that the scrolling is finished in a scroll bar? I have a scroll bar in a panel. vScrollBar1_Scroll event tells me that scrolling has started. I want to be notified when it stops. Which event to use in C#?
© Stack Overflow or respective owner