ScrollViewer.ManipulationMode Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets how manipulations are handled for ScrollViewer behavior.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Controls.ManipulationModeThe manipulation mode used for ScrollViewer behavior. The default is System.
Version Notes
Windows Phone
In Windows Phone OS 7.1, the ManipulationMode property 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.XAML Attribute Usage
<objectScrollViewer.ManipulationMode="manipulationModeMemberName" .../>
Show: