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.
 
Back
Top