Skip to main content

ScrollingSettings Methods

Contains scrolling settings.
Name Description
GetAccelerationRatio(DependencyObject) static Gets the value of the ScrollingSettings.AccelerationRatio attached property for a specified dependency object.
GetClickMode(DependencyObject) static Gets the value of the ScrollingSettings.ClickMode attached property for a specified DependencyObject.
GetDecelerationRatio(DependencyObject) static Gets the value of the ScrollingSettings.DecelerationRatio attached property for a specified dependency object.
GetIsManipulationEnabled(DependencyObject) static Gets the value of the ScrollingSettings.IsManipulationEnabled attached property.
GetMinScrollValue(DependencyObject) static Gets the value of the ScrollingSettings.MinScrollValue property.
GetScrollMode(DependencyObject) static Gets the value of the ScrollingSettings.ScrollMode attached property for a specified DependencyObject.
GetScrollSpeed(DependencyObject) static Gets the value of the ScrollingSettings.ScrollSpeed attached property for a specified DependencyObject.
GetTopBottomIndent(DependencyObject) static Gets the value of the ScrollingSettings.TopBottomIndent attached property for a specified DependencyObject.
SetAccelerationRatio(DependencyObject, Double) static Sets the value of the ScrollingSettings.AccelerationRatio attached property to a specified dependency object.
SetClickMode(DependencyObject, ClickMode) static Sets the value of the ScrollingSettings.ClickMode attached property for a given object.
SetDecelerationRatio(DependencyObject, Double) static Sets the value of the ScrollingSettings.DecelerationRatio attached property for a given dependency object.
SetIsManipulationEnabled(DependencyObject, Boolean) static Sets the value of the ScrollingSettings.IsManipulationEnabled attached property for a specific object.
SetMinScrollValue(DependencyObject, Nullable<Double>) static Sets the value of the ScrollingSettings.MinScrollValue attached property for a specific object.
SetScrollMode(DependencyObject, ScrollMode) static Sets the value of the ScrollingSettings.ScrollMode attached property to a specified DependencyObject.
SetScrollSpeed(DependencyObject, Double) static Sets the value of the ScrollingSettings.ScrollSpeed attached property for a given object.
SetTopBottomIndent(DependencyObject, Double) static Sets the value of the ScrollingSettings.TopBottomIndent attached property for a given object.
See Also