Represents a collection of C1ScrollerItem objects that are used by C1ViewScroller.

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

Syntax

C#
public class C1ScrollerItemsCollection : C1ObservableItemCollection<C1ViewScroller, C1ScrollerItem>, 
	IJsonEmptiable
Visual Basic
Public Class C1ScrollerItemsCollection _
	Inherits C1ObservableItemCollection(Of C1ViewScroller, C1ScrollerItem) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1ScrollerItem>)>)>
    C1.Web.iPhone..::..C1ObservableItemCollection<(Of <(<'C1ViewScroller, C1ScrollerItem>)>)>
      C1.Web.iPhone.C1ViewScroller..::..C1ScrollerItemsCollection

See Also