[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider

IUiaScrollItemProvider Interface

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.

Namespace: C1.Win.Accessibility.Items.BaseInterfaces
Assembly: C1.Win.4.8.dll
Syntax
public interface IUiaScrollItemProvider

Methods

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.