Gets or sets the target scrollable content element id. For example you can specify C1NavigationList's ID here.

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

Syntax

C#
public string ScrollTargetId { get; set; }
Visual Basic
Public Property ScrollTargetId As String
	Get
	Set

See Also