Tabcontrol

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?
 
H

Herfried K. Wagner [MVP]

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.
 

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

Similar Threads


Top