ScrollViewer.GetCanContentScroll(DependencyObject) Method

Definition

Gets the value of the CanContentScroll dependency property from a given element.

public:
 static bool GetCanContentScroll(System::Windows::DependencyObject ^ element);
public static bool GetCanContentScroll (System.Windows.DependencyObject element);
static member GetCanContentScroll : System.Windows.DependencyObject -> bool
Public Shared Function GetCanContentScroll (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

true if this element can scroll; otherwise, false.

Examples

CanContentScroll

Applies to