[]
Implemented by objects in a known Scrollable context, such as ListItems, ListViewItems, TreeViewItems, and Tabs. This allows them to be scrolled into view using known API's based on the control in question.
public interface IUiaScrollItemProvider
Name | Description |
---|---|
ScrollIntoView() | Scrolls the windows containing this automation element to make this element visible. InvalidOperationException should be thrown if item becomes unable to be scrolled. Makes no guarantees about where the item will be in the scrolled window. |