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.
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
- isVerticalScrollChainingEnabled
-
Boolean
bool