This enumeration lists the various kinds of ScrollBar.Scroll events that can be raised, depending on how the scrollbar was moved. public enum ScrollEventType { SmallDecrement = 0 , SmallIncrement = 1 , LargeDecrement = 2 , LargeIncrement = 3 , ThumbPosition = 4 , ThumbTrack = 5 , First = 6 , Last = 7 , EndScroll = 8 } Hierarchy System.Object Returned ByScrollEventArgs.Type Passed ToScrollEventArgs.ScrollEventArgs() |