IScrollItemProvider interface (uiautomationcore.h)

Provides access to individual child controls of containers that implement IScrollProvider.

Inheritance

The IScrollItemProvider interface inherits from the IUnknown interface. IScrollItemProvider also has these types of members:

Methods

The IScrollItemProvider interface has these methods.

 
IScrollItemProvider::ScrollIntoView

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

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

UI Automation Providers Overview