Chong Posted July 15, 2003 Posted July 15, 2003 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 Quote
*Experts* mutant Posted July 15, 2003 *Experts* Posted July 15, 2003 If you cant bring them to top I would suggest taking everything out, desiging it, and then putting it back wherever it belongs. :) Quote
Chong Posted July 15, 2003 Author Posted July 15, 2003 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 Quote
splice Posted July 15, 2003 Posted July 15, 2003 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. Quote -=splice=- It's not my fault I'm a Genius!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.