Wednesday, October 31, 2012

How to find the instance of a control in silverlight?

How to find the instance of a control in silverlight?

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.

Answers & Comments...

Answer: 1

Why not use visibility.collapsed instead of deleting control from objects tree?

by : Dima Martovoihttp://stackoverflow.com/users/976231




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog