I have 5 group boxes (or 5 panels) either one creates the same problem. All of the groupboxes are the same size.
I am stacking the group boxes on top of each other. I am using the visible = true/false to show the proper box by hiding all of the other group boxes when the group box i need is showing.
Issue arises when you run the program. Some of the group boxes in the stack of group boxes do not appear when they are supposed to. Almost like they are hidden behind something. If you offset the group boxes a bit then they will show up but they jump when clicked.
I am looking for a way to make all of the group boxes show when they are supposed to. I have tried .Visible, and .Show
Is there a container for group boxes? If i had a container I could just show my groupboxes one at a time in the container.
Thanks