Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.29 KB

iscrollitemprovider.md

File metadata and controls

32 lines (21 loc) · 2.29 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
winrt interface

Windows.UI.Xaml.Automation.Provider.IScrollItemProvider

-description

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.

-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:

The IScrollItemProvider pattern doesn't have a pattern property identifier class, the only API to implement is ScrollIntoView, a method.

-examples

-see-also

IScrollProvider, IScrollItemProvider (COM interface), Custom automation peers, ScrollItem Control Pattern