Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IScrollItemProvider Interface

 

Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement IScrollProvider.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("2360c714-4bf1-4b26-ba65-9b21316127eb")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IScrollItemProvider

NameDescription
System_CAPS_pubmethodScrollIntoView()

Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

Implemented on a UI Automation provider that must support the ScrollItemPattern control pattern.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft