LufiaMaxim
New Member
- Joined
- Jul 13, 2011
- Messages
- 16
I'm using a scrollbar, and currently I have the same code for two events relating to that scrollbar - scrlbar_Change and scrlbar_Scroll
From my understanding the Change event captures events where the user clicks left or right on the scroll bar. The Scroll event captures when the user drags the scrollbar and moves it...
Is there an event to capture both when a user clicks or drags the bar? Or is there a way to capture Change & Scroll with the same line? I'm a fan of efficiency, and having two separate events with the same code seems inefficient to me.
From my understanding the Change event captures events where the user clicks left or right on the scroll bar. The Scroll event captures when the user drags the scrollbar and moves it...
Is there an event to capture both when a user clicks or drags the bar? Or is there a way to capture Change & Scroll with the same line? I'm a fan of efficiency, and having two separate events with the same code seems inefficient to me.