Relative Content

Tag Archive for c#wpflistbox

Can’t load stuff in Listbox

I want that as soon as a button is pressed, it writes a text into the ListBox every second. I have tested it, it outputs the message that something has been added to my ObservableCollection, but it is not displayed in the ListBox.