I am trying to show and hide a usercontrol
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.
You should be able to do that, just don’t new up the item. if the item is on the visual tree there will already be an instance of it, if its not on the visual tree then after you new up make sure to add it to an element in the visual tree.