Gets or sets a value indicating whether content area can be scrolled.

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

Syntax

C#
public bool IsContentScrollable { get; set; }
Visual Basic
Public Property IsContentScrollable As Boolean
	Get
	Set

Field Value

true if content area scrollable; otherwise, false.

See Also