0

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.

4

1 回答 1

0

为什么不使用 visibility.collapsed 而不是从对象树中删除控件?

于 2012-10-31T15:47:20.780 回答