ItemContainerGenerator Methods
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The ItemContainerGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContainerFromIndex | Returns the element corresponding to the item at the given index within the ItemCollection. |
|
ContainerFromItem | Returns the UIElement corresponding to the given item. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GenerateBatches | Returns an object that manages the Status property. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IndexFromContainer(DependencyObject) | Returns the index to an item that corresponds to the specified, generated UIElement. |
|
IndexFromContainer(DependencyObject, Boolean) | Returns the index to an item that corresponds to the specified, generated UIElement, optionally recursively searching hierarchical items. |
|
ItemFromContainer | Returns the item that corresponds to the specified, generated UIElement. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IItemContainerGenerator.GenerateNext() | Returns the container element used to display the next item. |
|
IItemContainerGenerator.GenerateNext(Boolean) | Returns the container element used to display the next item, and whether the container element has been newly generated (realized). |
|
IItemContainerGenerator.GeneratorPositionFromIndex | Returns the GeneratorPosition object that maps to the item at the specified index. |
|
IItemContainerGenerator.GetItemContainerGeneratorForPanel | Returns the ItemContainerGenerator appropriate for use by the specified panel. |
|
IItemContainerGenerator.IndexFromGeneratorPosition | Returns the index that maps to the specified GeneratorPosition. |
|
IItemContainerGenerator.PrepareItemContainer | Prepares the specified element as the container for the corresponding item. |
|
IItemContainerGenerator.Remove | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
|
IItemContainerGenerator.RemoveAll | Removes all generated (realized) items. |
|
IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection) | Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection. |
|
IItemContainerGenerator.StartAt(GeneratorPosition, GeneratorDirection, Boolean) | 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. |
|
IRecyclingItemContainerGenerator.Recycle | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
|
IWeakEventListener.ReceiveWeakEvent | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |