开发者

which event would notify me that the scrolling is finished in a scroll bar?

which event would notify me that the scrolling is finished in a scroll开发者_C百科 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#?


Pay attention to e.Type in your Scroll event handler. It will be ScrollEventType.EndScroll after the user stops dragging the thumb.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜