Tabcontrol

  • Thread starter Thread starter Arne Garvander
  • Start date Start date
A

Arne Garvander

I have a tabcontrol with optional tabpages.
Depending on the data, I would like to hide or add tabpages.
How can I do that?
 
Arne Garvander said:
I have a tabcontrol with optional tabpages.
Depending on the data, I would like to hide or add tabpages.
How can I do that?

Take a look at the control's 'TabPages' collection property. You can add or
remove tabpages dynamically from this collection at runtime.
 
Back
Top