Alright so im building a program that lets you select from 3 different methods of transportation via a combo box. In form view i've made 3 different panels to hold each groups controls so i wont have to change the visibility on every label/textbox. I'm new to this and put each panel over eachother to make the format look good when executed. The only problem is, when i execute all the panels overlap for the first combo control, and when selecting the second or third option from the combo box its blank. So i moved the 2nd and 3rd panel in their own area and expanded the form... then when i execute it works fine. I read a few things about how containers belong to their parents, but i have no idea how to keep them overlapped yet display seperately. Anyone know?
Multiple Container Box Overlap
Collapse
Comment