Interface IScrollItemProvider

All Superinterfaces:
IInitable

public interface IScrollItemProvider extends IInitable
Provides access to individual child controls of containers that implement IScrollProvider.

Implemented on a Microsoft UI Automation provider that must support the ScrollItem control pattern.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    context object for IScrollItemProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

    Methods inherited from interface at.bestsolution.uia.IInitable

    initialize
  • Method Details

    • ScrollIntoView

      void ScrollIntoView()
      Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

      This method will not guarantee the position of the control within the visible region (viewport) of the container.