I\'ve ran into a bit of a wall with being able to bind data of my custom object list to a ListBox
in WPF.
This is the custom object:
public
Each item in the list that ListBox shows automatically calls the ToString
method to display it, and since you didn't override it, it displays the name of the type.
So, there are two things you can do here.
ToString
method like Sayse suggested.In your resource add the template with a key
and give it as your listbox ItemTemplate