ManipulationMode Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies how manipulations are handled for ScrollViewer behavior.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Control | Controls handle their own interactivity and have access to property updates and manipulation events available for the ScrollViewer they are contained in. | |
| System | The system controls the level of interactivity, limiting the frequency of property updates and manipulation events available to controls contained in a ScrollViewer control. |
The ManipulationMode enumeration enables you to specify how most of the property updates and events associated with scrolling a ScrollViewer are handled. You can specify that the system will handle the manipulations or that you will handle the manipulations at the control level. In most cases, to ensure smooth scrolling, you should let the system handle the manipulations, which is the default behavior.