Scroll mode.
Namespace:
C1.Web.iPhone.C1ViewScrollerAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum ScrollMode |
Visual Basic |
---|
Public Enumeration ScrollMode |
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | Allows change scroll target's top position(TopOffset). | |
Left | 1 | Allows change scroll target's left position(LeftOffset). | |
TopLeft | 2 | Allows change scroll target's top and left positions(TopOffset and LeftOffset). |