Adding buttons to databound listbox items in WPF

added by timdams
3/18/2011 9:07:23 AM

230 Views

In this tutorial I will demonstrate how to create a listbox in WPF which is databound to a collection, we then would like to add a button to each item in the listbox. Clicking this button will button will delete that item from the collection.


0 comments