ScrollViewer.HandlesScrolling Property   
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.
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 : boolProtected Friend Overrides ReadOnly Property HandlesScrolling As BooleanProperty 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.