This topic has not yet been rated - Rate this topic

ScrollViewer.SetManipulationMode Method

May 02, 2013

Sets the value of the ManipulationMode attached property, and supports the property's XAML usage.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public static void SetManipulationMode(
	DependencyObject element,
	ManipulationMode manipulationMode
)

Parameters

element
Type: System.Windows.DependencyObject
The element to set the property value on.
manipulationMode
Type: System.Windows.Controls.ManipulationMode
The value to set.

Version Notes

Windows Phone

For information on using manipulations on Windows Phone, see How to handle manipulation events for Windows Phone.

Windows Phone OS

Supported in: 8.0, 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.