IScrollItemProvider interface
Exposes methods and properties to support access by Microsoft UI Automation client to individual child controls of containers that implement IScrollProvider. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.ScrollItem.
Syntax
Attributes
- GuidAttribute("9a3ec090-5d2c-4e42-9ee6-9d58db100b55")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IScrollItemProvider interface has these types of members:
Methods
The IScrollItemProvider interface has these methods. It also inherits methods from the Object class.
| 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
This control pattern acts as a communication channel between a child control and its container to ensure that the container can change the currently visible content (or region) within its viewport to display the child control. The pattern has guidelines and conventions that aren't fully documented here. For more info on what this pattern is for, see ScrollItem Control Pattern.
IScrollItemProvider is implemented by these existing Windows Runtime classes:
- ComboBoxItemDataAutomationPeer
- FlipViewItemDataAutomationPeer
- ListBoxItemDataAutomationPeer
- internal base class of ListViewItemDataAutomationPeer and GridViewItemDataAutomationPeer
The IScrollItemProvider pattern doesn't have a pattern property identifier class, the only API to implement is ScrollIntoView, a method.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- IScrollProvider
- IScrollItemProvider (COM interface)
- Custom automation peers
- ScrollItem Control Pattern
Build date: 12/4/2012
