im adding items to my listbox but anytime I want to add them I need to remove and add the new itemsource, is there any way to make the listbox update automatically so I dont need to remove and add the ItemsSource? Thanks!
Im currently using an ObservableCollection.