Is there any way how do I temporarily hide panel in the preview? I need to work with the second panel which is under the first.
Asked
Active
Viewed 57 times
-1
-
1I hope I cleaned it up for you - make sure I didn't change your intent. – AlG Apr 14 '15 at 18:54
-
Webforms? Winforms? MVC? Do you have code samples? What have you tried already? – maccettura Apr 14 '15 at 18:55
-
Windows Forms. If i can somehow send the pictures ill do it.. – HonzsSedlomn Apr 14 '15 at 18:58
-
I think you mean "Design View" – Setsu Apr 14 '15 at 18:58
-
Here: http://ctrlv.cz/z3Kf – HonzsSedlomn Apr 14 '15 at 19:00
-
I have many panels.. If ill set on some dock to "fill" i dont see this lower and i cant remodel it. – HonzsSedlomn Apr 14 '15 at 19:00
1 Answers
0
In the Design View, if you have layered containers and would like to select the object underneath the top layer, simply right click on the object on top and VS will automatically give you options to select any object underneath.
This works with any control not just panels:

Setsu
- 1,188
- 13
- 26
-
@HanísekSedloň No that would actually change the Z-order. The right click menu will allow you to select the object underneath, which allows you to do things like change properties or resize the control. – Setsu Apr 14 '15 at 19:05
-
Hm.. when i right click i see: Select "title_Panel", Select "mainMenu_Panel".. for example.. is that it? – HonzsSedlomn Apr 14 '15 at 19:06