I have the following XAML where myList is a user control. On that user control I have a textblock and a delete button. When a user presses the delete button, I want to delete the instance of that selected user control. How do I do that? Thanks.
I have the following XAML where myList is a user control. On that user control I have a textblock and a delete button. When a user presses the delete button, I want to delete the instance of that selected user control. How do I do that? Thanks.