I’m trying to make a multi-page wizard. I have set the tab pages to Hidden, but this blue bar remains.
Thanks.
If you use TabPage.Hidden then the tab page cannot be selected and the content won’t show. If you are looking for a container that can hold multiple “pages” all overlapping and only one can be shown at any given time, it’s enough to use a Panel with child Panels all docked to Fill and make only 1 visible at any time.
Please login first to submit.