How can i make a tabpage unvisible in tabcontrol?

  • Thread starter Thread starter Winston
  • Start date Start date
W

Winston

when i use tabcontrol,i find that there is no property for
the tabpage to visible or unvisible.i want make tabpage1
to visible but tabpage2 to unvisible,but beacause there
some progress need controls on tabpage2,so i can remove
tabpage2,i just want to make it unvisible.how can i make
that?
thanks
 
If you trying to make like a wizard, where the controls changed based on
what was selected previously, I did this. Make the tab control flat. Cover
the tabs with a panel control and put any text in the panel to explain
state. Create Back and Next buttons on the bottom to move between panels.
 
Back
Top