Scroll mode.

Namespace:  C1.Web.iPhone.C1ViewScroller
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum ScrollMode
Visual Basic
Public Enumeration ScrollMode

Members

Member nameValueDescription
Top0 Allows change scroll target's top position(TopOffset).
Left1 Allows change scroll target's left position(LeftOffset).
TopLeft2 Allows change scroll target's top and left positions(TopOffset and LeftOffset).

See Also