.NET Framework Class Library for Silverlight
ScrollViewer.ManipulationMode Property
Gets or sets how manipulations are handled for ScrollViewer behavior.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Syntax
Visual Basic (Declaration)
Public Property ManipulationMode As ManipulationMode
C#
public ManipulationMode ManipulationMode { get; set; }
Property Value
Type: System.Windows.Controls.ManipulationModeThe manipulation mode used for ScrollViewer behavior. The default is System.
Remarks
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
XAML Attribute Usage
<!--Windows Phone XAML only --> <object ScrollViewer.ManipulationMode="manipulationModeMemberName" .../>
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also