-1

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.

HonzsSedlomn
  • 236
  • 3
  • 14

1 Answers1

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:

enter image description here

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