In Silverlight, how do I popup non-model windows? I want that user to interact with the parent window as well as child window at same time. What can I do?
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 have to implement your own window…
Good way to do it is to have a canvas on top of your UI, after you will display window as child of that canvas and will be able to interact with your UI as well.