Is there a way to get a LightSwitch Screen’s controls collection?
Something as simple as:
Me.Controls
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.
This will give you the screen:
Although, most of the controls on the screen aren’t named and need to be referenced by their textblocks in the visual tree.
Have a look at the following thread (user samneric1) where I had the requirement to hide one of the menu items on the screen….
http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/194b53eb-0e21-49a6-9312-c640bf53d659/
Steve