I am trying to make a multiple page application using winforms. I decied to use multiple Panels - each panel represents different page, so I can switch between them when I need to display different content.
My problem is about stacking panels in designer view. When I have 2+ full screen panels, they all stack on each other and I can't see the one that I created earlier. Is there any solution to this ? Changing visibility does not affect designers view. Think of it as a photoshop-like option to show/hide layers. I'm using Visual C# 2010 Express.
Panel, you can just select it from the drop down. Another solution would be to make them smaller or move them somewhere and programatically adjust their size and location as needed or consider usingTabControlcontrol. - Lukasz M