IScrollItemProvider interface
Provides access to individual child controls of containers that implement IScrollProvider.
Members
The IScrollItemProvider interface inherits from the IUnknown interface. IScrollItemProvider also has these types of members:
Methods
The IScrollItemProvider interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IScrollItemProvider is defined as 2360c714-4bf1-4b26-ba65-9b21316127eb |
See also