ScrollViewer.SetIsVerticalScrollChainingEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the IsVerticalScrollChainingEnabled dependency property / ScrollViewer.IsVerticalScrollChainingEnabled
XAML attached property on a specified element.
public:
static void SetIsVerticalScrollChainingEnabled(DependencyObject ^ element, bool isVerticalScrollChainingEnabled);
static void SetIsVerticalScrollChainingEnabled(DependencyObject const& element, bool const& isVerticalScrollChainingEnabled);
public static void SetIsVerticalScrollChainingEnabled(DependencyObject element, bool isVerticalScrollChainingEnabled);
function setIsVerticalScrollChainingEnabled(element, isVerticalScrollChainingEnabled)
Public Shared Sub SetIsVerticalScrollChainingEnabled (element As DependencyObject, isVerticalScrollChainingEnabled As Boolean)
Parameters
- element
- DependencyObject
The element on which to set the property value.
- isVerticalScrollChainingEnabled
-
Boolean
bool
The value to set.
Remarks
For more info, see the IsVerticalScrollChainingEnabled property.