I have used WPF very little so I'm looking for the simplest most straightforward way to accomplish this task.
Basically I have a Dictionary where the key is some identifier, and the value is a description. I wish to display a grid/listview of the descriptions with the intention of adding/removing rows by their non-displayed identifier.
How can this be accomplished quickly and easily?