Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I takle panels one above the one
if i want to take the first panel and modify then what to do
Posted
Updated 22-Apr-14 20:38pm
v2
Comments
Sunasara Imdadhusen 23-Apr-14 6:36am    
Need more details to understand your requirement clearly.
hilbert hussen 23-Apr-14 9:00am    
I take panel1..i cover panel1 and take panel 2 above that ..
now how to modificationswill done on panel1 in design page

1 solution

Hi hilbert hussen,

I hope I understood what you asked for...
* You can select the hidden Panel in propery windows Combobox (on top of the property there is a list of all elements on your form, you will not see it but you can edit its properties
* You can temporarilly bring the hidden Panel to front (in VS there is a "Format" menu which appears whenever you focus the Forms designer) - but do not forget to rearrange it later.
* If you are hidding some control in this way chances are high you have some code to set the z-Order (or hide the overlaying Panel) - you could work without designer and just do your changes in code.


Other from that "workarrounds" I don't know a good way to bring hidden controls to front during design (though I didn't need that very often in the past when I worked with WinForms)

Kind regards Johannes
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900