Interface ScrollItemPattern


public interface ScrollItemPattern
The methods and properties used to interact with items in a scrollable container.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Scrolls the content area in order to display the control within the visible region of the container.
  • Method Details

    • scrollIntoView

      void scrollIntoView() throws GeneralLeanFtException
      Scrolls the content area in order to display the control within the visible region of the container.
      Throws:
      GeneralLeanFtException - if error occurs during execution.