ListView.RemoveItems Method

Definition

Deletes all child controls in an item or group container of the ListView control.

protected:
 virtual void RemoveItems();
protected virtual void RemoveItems ();
abstract member RemoveItems : unit -> unit
override this.RemoveItems : unit -> unit
Protected Overridable Sub RemoveItems ()

Remarks

This method is used to delete all child controls in an item or group container of the ListView control. If you have a GroupTemplate template defined in the ListView control, the RemoveItems method will remove all the child controls in the group container. Otherwise, it will remove all the child controls in the item container.

Note

This method is primarily used by control developers to extend the ListView control.

Applies to

See also