Hello, all!

Is there anyway I can hide the controls their visibility set to hidden in the design view of visual studio 2010?

I have grid controls that share the same place and I want them to show only when a certain button is clicked.

My VS 2010 on desktop hides the grid control in design view when I set the visibility property to hidden but my VS 2010 on laptop still shows the grid control in the design view even if I set the visibility property to hidden.

Where can I change this option?

Thanks in advance!