0

Possible Duplicate:
How to hide TabPage from TabControl
Hiding and Showing TabPages in tabControl

I have a Tabcontrol in Windows forms application.It has 5 tabs and at form load i want to show only two tabs

Is there a way to to hide all other tabs

Thanks in advance

Community
  • 1
  • 1
Pawan
  • 1,704
  • 1
  • 16
  • 37

1 Answers1

0

go to : http://www.thejoyofcode.com/Show_and_Hide_tab_pages_in_Windows_Forms.aspx

or

also you can use tabPage.Visible property

Romit M.
  • 898
  • 11
  • 28