Add item to list C# with Example
BindingList listOfUIItems = new BindingList(); listOfUIItems.Add("Alice"); listOfUIItems.Add("Bob");