IScrollable Interface
Scrolling options for objects in mobile applications.

C# Syntax

public interface IScrollable 
Public Methods
 NameDescription
MethodScrollOnePageScrolls the object one page in the ScrollPageDirection direction.  
MethodScrollToOffsetScrolls the object to the specified x,y coordinates. (iOS Only)  
Top