ScrollViewer.HandlesScrolling Property

Definition

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

protected public:
 virtual property bool HandlesScrolling { bool get(); };
protected internal override bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overrides ReadOnly Property HandlesScrolling As Boolean

Property Value

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

Remarks

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

Applies to