Is there any way to disable all controls inside a container – grid for example?
Thank you!
UPD: Although Silverlight’s Grid has IsEnabled property, there is definitely no IsEnabled property for Windows phone 7 Grid.
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.
After several days of trying to disable all child controls inside Grid, I found following:
Indeed, it doesn’t make much sense showing controls if they are disabled, and it even saves some space and adds some interactivity when we hide and show it according to users’ input.
I agree that this is not very convincing answer, but it is the only one that I have so far. 🙂