ScrollStrategy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strategy for scrolling
public enum ScrollStrategy
type ScrollStrategy =
Public Enum ScrollStrategy
- Inheritance
-
ScrollStrategy
Fields
Auto | 0 | Use any combination of |
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. |