Inserts the specified index.

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

Syntax

C#
public void Insert(
	int index,
	C1ScrollerItem child
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	child As C1ScrollerItem _
)

Parameters

index
Type: System..::..Int32
The index.
child
Type: C1.Web.iPhone.C1ViewScroller..::..C1ScrollerItem
The child.

See Also