hi everyone,
What is the the name of that event if u scroll down or up the scroll bar of the listveiw?
thank you,
POpskie
Printable View
hi everyone,
What is the the name of that event if u scroll down or up the scroll bar of the listveiw?
thank you,
POpskie
You will probably have to intercept the window message - WM_HSCROLL or WM_VSCROLL dependig on which scrollbar you want to catch.
sorry for not clearing my question. I want to call a class during scrolling down or up my listview. What is the name of the event should i use?
Popskie
You mean like when the selection row changes?
did you see this and the PMs?;)
http://vbforums.com/showthread.php?t=365804
there's no builtin scroll event.... MAYBE in the next .NET framework.... anyone can verify this? I dont have the beta