Skip to main content
Version: 3.5

ScrollEventType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of action used to raise the Scroll event.

public enum ScrollEventType : Enum

Fields

NameDescription
DecrementThe scroll box was moved a small distance. The user clicked the left(horizontal) or top(vertical) scroll arrow.
FirstThe scroll box was moved to the Minimum position.
IncrementThe scroll box was moved a small distance. The user clicked the right(horizontal) or bottom(vertical) scroll arrow.
LastThe scroll box was moved to the Maximum position.

Used By

NameDescription
ScrollEventArgs.TypeReturns the type of scroll event that occurred.