Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaScrollItemProvider Interface / ScrollIntoView Method

In This Topic
    ScrollIntoView Method (IUiaScrollItemProvider)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Sub ScrollIntoView() 
    void ScrollIntoView()
    See Also