ScrollStrategy Enum

Definition

Strategy for scrolling

public enum ScrollStrategy
type ScrollStrategy = 
Public Enum ScrollStrategy
Inheritance
ScrollStrategy

Fields

Auto 0

Use any combination of Programmatically and Gesture when trying to scroll. Biased towards Programmatically

Gesture 2

Scroll using gestures, tries to mimic user interaction as closely as possible.

Programmatically 1

Scroll programmatically, will not mimic real user interactions, but are as fast as possible.

Applies to