I have 3 panels stacked on top of each other. I have 3 buttons on the right that correspond to which panel is shown. When I click button1, I want panel1 to be displayed, button2 with panel2, and so on... The problem is, I can't get it to work right for some reason. I've tried messing with the BringToFront(), Show(), Visible = true, among other things. Nothing seems to give the desired result. Can someone help?