Edit

IScrollItemProvider Interface

Definition

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

public interface class IScrollItemProvider
public interface IScrollItemProvider
type IScrollItemProvider = interface
Public Interface IScrollItemProvider
Derived

Remarks

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

Methods

Name Description
ScrollIntoView()

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

Applies to

See also