Handling scroll event on listview in c#

Posted by murasaki5 on Stack Overflow See other posts from Stack Overflow or by murasaki5
Published on 2009-12-05T08:51:22Z Indexed on 2010/06/11 9:42 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

I have a listview that generates thumbnail using a backgroundworker. When the listview is being scrolled i want to pause the backgroundworker and get the current value of the scrolled area, when the user stopped scrolling the listview, resume the backgroundworker starting from the item according to the value of the scrolled area.

Is it possible to handle scroll event of a listview? if yes how? if not then what is a good alternative according to what i described above?

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview