Table of Contents

Interface IScrollable

Scrolling options for objects in mobile applications.

Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IScrollable

Methods

ScrollOnePage(ScrollPageDirection)

Scrolls the object one page in the ScrollPageDirection direction.

Declaration
void ScrollOnePage(ScrollPageDirection direction)
Parameters
Type Name Description
ScrollPageDirection direction

The direction to scroll.

ScrollToOffset(int, int)

Scrolls the object to the specified x,y coordinates.

Declaration
void ScrollToOffset(int x, int y)
Parameters
Type Name Description
int x

The x-coordinate for the scroll operation, in pixels. The specified coordinate is relative to the left side of the object. If an object does not support horizontal scrolling, x = 0.

int y

The y-coordinate for the scroll operation, in pixels. The specified coordinate is relative to the top of the object.