March 2003
Intermediate to advanced
896 pages
32h 35m
English
ScrollEventType
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ ScrollEventType
ScrollEventArgs.Type
ScrollEventArgs.ScrollEventArgs()
Read now
Unlock full access