IItemContainerGenerator.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes one or more generated (realized) items.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- position
- Type: System.Windows.Controls.Primitives.GeneratorPosition
The Int32 index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.
- count
- Type: System.Int32
The Int32 number of elements to remove, starting at position.
Show: