Hello peeps. I have a vertical scrollbar on my form that i want to be able to drag up and down and also use the up/down (small change) arrows. My problem is that when i drag the scroller up and down the _Scroll even is fired which then automatically triggers the _Change event and my code in both is run. How do i detect in the _Change event that the small change arrows were actually clicked and its not because of a trigger from the Slider? Thanks