how to clear a listbox c# code example Example 1: c# clear list items MyList.Clear(); Example 2: how to clear a listbox c# listbox1.Items.Clear();