Truly hiding TabControl tabs

0
0

I’m trying to make a multi-page wizard.  I have set the tab pages to Hidden, but this blue bar remains.

  1. How do I get rid of this?
  2. Is there a better option for a multi-page container?

 

Thanks.

  • You must to post comments
0
0

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.

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.