I hope to access visual component (such a button) using tag.
It is easy on android, but I am not sure if it is possible on wp7.
I hope to access visual component (such a button) using tag. It is easy
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the controls are in a collection that implements
IEnumerable<FrameworkElement>you can use LINQ:If not you would first have to collect all the child controls (it’s WPF but should work in WP7 too)