ScrollViewer::HandlesScrolling Property

 

Gets a value that indicates that a control has a ScrollViewer defined in its style that defines custom keyboard scrolling behavior.

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

public protected:
property bool HandlesScrolling {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if this control defines custom keyboard scrolling behavior; otherwise, false.

If this property returns true, keyboard input is not handled by the ScrollViewer.

.NET Framework
Available since 3.0
Return to top
Show: