Hiding tabPages..

  • Thread starter Thread starter Boris Condarco
  • Start date Start date
B

Boris Condarco

Hi gurus,

I am using tabControl in Windows forms and would like to hide some of the
tabPages, does anyone of you can point me about it, i would really
appreciate your helping me...!

thanx a lot...

Boris
 
I am using tabControl in Windows forms and would like to hide some of the
tabPages, does anyone of you can point me about it, i would really
appreciate your helping me...!

Easiest way to do that is to simply remove the pages from the TabControl
to hide them, and add them back in when you want to show them.
 
* "Boris Condarco said:
I am using tabControl in Windows forms and would like to hide some of the
tabPages, does anyone of you can point me about it, i would really
appreciate your helping me...!

Remove them from the 'TabControl''s 'TabPages' collection.
 

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