ScrollViewerAutomationPeer.IsControlElementCore Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the element associated with this peer is understood by the user as interactive or as contributing to the logical structure in UI.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Booleantrue value to indicate that the owner control is interactive; otherwise, false.
This method is called by IsControlElement and always returns true.
Show: