Interface IRecyclerView
A recycler view object in a mobile application.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRecyclerView : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Scroll(uint)
Scrolls to the specified item in the recycler view.
Declaration
void Scroll(uint item)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | item | The item to scroll to. |
Select(uint)
Selects an item in the recycler view.
Declaration
void Select(uint item)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | item | The item to select. |