Click here to Skip to main content
15,881,750 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB
hello everyone.
when I work with listview, the difficulty in capturing events while moving scrollbar
I have tried many events but still can not handle it.
Posted
Comments
DamithSL 21-May-15 22:52pm    
which event you tried so far?
Member 11289002 21-May-15 23:09pm    
I tried the events related to mouse and scrollbar but no events may catch moving scrollbar event.
DamithSL 21-May-15 23:37pm    
I'm asking again, which event/events you tried so far? have you try Scroll or ValueChanged events?
https://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.scroll(v=vs.110).aspx
Sergey Alexandrovich Kryukov 21-May-15 23:51pm    
It's more important to ask why catching the scroll bar events.
—SA
Sergey Alexandrovich Kryukov 21-May-15 23:50pm    
I wonder why? Who cares where the scroll bar moves? The significant even is changing the selection. Don't you think you are going to confuse the users?
Anyway, please explain your idea.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900