IItemContainerGenerator Interface
An interface that is implemented by classes which are responsible for generating user interface (UI) content on behalf of a host.
Assembly: PresentationFramework (in PresentationFramework.dll)
The IItemContainerGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GenerateNext() | Returns the container element used to display the next item. |
![]() | GenerateNext(Boolean%) | Returns the container element used to display the next item, and whether the container element has been newly generated (realized). |
![]() | GeneratorPositionFromIndex | Returns the GeneratorPosition object that maps to the item at the specified index. |
![]() | GetItemContainerGeneratorForPanel | Returns the ItemContainerGenerator appropriate for use by the specified panel. |
![]() | IndexFromGeneratorPosition | Returns the index that maps to the specified GeneratorPosition. |
![]() | PrepareItemContainer | Prepares the specified element as the container for the corresponding item. |
![]() | Remove | Removes one or more generated (realized) items. |
![]() | RemoveAll | Removes all generated (realized) items. |
![]() | StartAt(GeneratorPosition, GeneratorDirection) | Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection. |
![]() | 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. |
ItemsControl is the base class for containing and displaying one or more data items. ItemContainerGenerator maintains an association between ItemsControl and the list of items that are displayed by ItemsControl. ItemContainerGenerator is also responsible for generating the UI for those items on behalf of ItemsControl. Panel, VirtualizingPanel, and VirtualizingStackPanel also use ItemContainerGenerator for the same reason.
ItemContainerGenerator implements IItemContainerGenerator and is the interface through which each of the mentioned layout elements communicate with ItemContainerGenerator.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
