I am trying create an executable to install multiple installers.
For that I am creating some screens in Visual Studio and as we click on next button, the elements should hide and new elements should popup.
Foe that reason, I am using panels.
And all these panels should be on same location to change the screens.
This is my first panel.
When add a new panel all the elements are being added to it.So I removed those add sections manually.Now all are in the first panel only.
But the panel 2 is hiding all the elements even if I hide the panel2.visible = false.Like below.
Any suugestion on this??
How to make the panel1 elements visible.?
How to add multiple panels at the same location in Visual Studio
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
ur00361883
7 years ago
Top Answer
I got the root cause for this.
To create a new panel it is better to draw the panel in a small region other than the one created before and copy the location settings in the background from the earlier panel.
Some more tips I got from the below link.