ListView.RemoveItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.