Is it possible a property grid could be shared between two forms?
Right now, when the grid initializes and shown in a form, everything’s fine.
But when another form hosting the same grid shown, the grid in the first form disappears.
Thanks.
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.
Each instance of
Controlhas one and only one window handle. If you add a control twice, it will always be removed from the first container (since there is only one handle). You must create a second property grid.