ScrollViewer::GetCanContentScroll Method (DependencyObject^)

 

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

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static bool GetCanContentScroll(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element from which the property value is read.

Return Value

Type: System::Boolean

true if this element can scroll; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: