Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Z-order of panels

 

I wonder if anyone have a solution to my problem with panels. Here's my situation. I have three panels on top of each other. In panel1, I have two other panels that covers the whole surface of panel1. On top of those two panels are buttons and datagrid. My question is, how do I send this panel1, which contain two panels on top of it, to the back so I can bring panel2 to the front and start my design again? The problem is because those two panels covers the whole surface of panel1 which I can't right click and choose send to back. If anyone has any suggestion, I'm greatly appreciated!

 

ljCharlie

Posted

Thanks, but that's not the solution I'm looking for because even if I take everything out and put it back, I still have to go back to verify those panels and then I will have the same problem.

 

ljCharlie

Posted

No easy solution to this. What you can do is develop each main panel in a TabControl.. each TabPage contains a new panel. Thne when you are done you can cut the panel from the tabpage and past it on the form.

 

OR

 

You can make each Panel a UserControl and add that control to the main form. THat way you can develope each panel individually.

-=splice=-

It's not my fault I'm a Genius!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...