ItemContainerGenerator Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ItemContainerGenerator type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone ContainerFromIndex Returns the container for the item at the specified index within the ItemCollection.
Public methodSupported by Silverlight for Windows Phone ContainerFromItem Returns the container corresponding to the specified item.
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GeneratorPositionFromIndex Gets the generated position of the item at the specified index.
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone IndexFromContainer Returns the index to the item that has the specified, generated container.
Public methodSupported by Silverlight for Windows Phone IndexFromGeneratorPosition Returns the index that maps to the specified GeneratorPosition.
Public methodSupported by Silverlight for Windows Phone ItemFromContainer Returns the item that corresponds to the specified, generated container.
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.GenerateNext Returns the container element used to display the next item, and whether the container element has been newly generated (realized).
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.GetItemContainerGeneratorForPanel Returns the ItemContainerGenerator appropriate for use by the specified panel.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.PrepareItemContainer Prepares the specified element as the container for the corresponding item.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.Remove Removes one or more generated (realized) items.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.RemoveAll Removes all generated (realized) items.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IItemContainerGenerator.StartAt Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection, and controlling whether or not to start at a generated (realized) item.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IRecyclingItemContainerGenerator.Recycle Disassociates item containers from their data items and saves the containers so they can be reused later for other data items.

Top