Package com.hp.lft.sdk.uiapro
Interface ScrollItemPattern
public interface ScrollItemPattern
The methods and properties used to interact with items in a scrollable container.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Scrolls the content area in order to display the control within the visible region of the container.
-
Method Details
-
scrollIntoView
Scrolls the content area in order to display the control within the visible region of the container.- Throws:
GeneralLeanFtException
- if error occurs during execution.
-