The PageScroller type exposes the following members.

Constructors

  Name Description
Public method PageScroller
Initializes a new instance of the PageScroller class.

Properties

  Name Description
Public property Enabled
Gets or sets a value indicating whether this PageScroller is enabled. Default value is true.
Public property HardwareAcceleratedScrolling
Gets or sets a value indicating whether scrolling should be hardware accelerated. Default value is true.
Public property IsDraggingDisabled
This property deprecated. Please use Enabled property instead.

Events

  Name Description
Public event ScrollEnd
Occurs during the drag operation.
Public event ScrollStart
Occurs when the drag operation starts.

See Also