Determines the scroll mode. Available modes: Left(content can be scrolled only horizontally)/Top(content can be scrolled only vertically)/LeftTop(content can be scrolled in both vertical and horizontal directions).

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

Syntax

C#
public virtual ScrollMode ScrollMode { get; set; }
Visual Basic
Public Overridable Property ScrollMode As ScrollMode
	Get
	Set

Remarks

Default value is Top.

See Also