IItemContainerGenerator.

RemoveRange(int, int) Method

Summary

Removes a set of created containers and updates the index of later containers to fill the gap.

Syntax

IEnumerable<ItemContainerInfo> RemoveRange(int startingIndex, int count)

Parameters

Name Type Description
startingIndex int The index of the first item in the control's items.
count int The the number of items to remove.

Return Value

Type Description
IEnumerable<ItemContainerInfo> The removed containers.