Hide tab pages

  • Thread starter Thread starter MAF
  • Start date Start date
M

MAF

How do I hide a tabpage of a given tab control?

//Disable other tabs until item is saved

this.tabPage2.Hide(); //this doesn't work

this.tabPage3.Hide();

this.tabPage4.Hide();

this.tabControl1. ?
 
As far as i know of, theres no such a 'hide' facility by the tab page itself.
how about simply disbale it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top