When the ItemsSource property is set, the Items collection is made read-only and fixed-size.When ItemsSource is in use, setting the ItemsSource property to Nothing removes the collection and restores usage to Items, which will be an empty ItemCollection.ExamplesThe Items property can contain items such as strings, objects, or other elements.