Is there any way to hide a TabPage that is already inserted into a TabControl?
The method Hide doesn't seem to work.
Thank you
Cezar

Re: How to hide a TabPage on a TabControl? by Adrian

Adrian
Fri Mar 11 00:57:38 CST 2005

Hi!
Use RemoveAt(index);

Remember that if you want to make it visible, you have to keep a reference
to it and then to add it to TabControl. Of course, it will appear as the
last TabPage.

Hope that helps.
Best regards.



Re: How to hide a TabPage on a TabControl? by Mick

Mick
Fri Mar 11 04:19:28 CST 2005

http://dotnetrix.co.uk/tabcontrols.html --> Hide and show tabpages in a
tabcontrol

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html


"Cezar" <Cezar@discussions.microsoft.com> wrote in message
news:77A0EEC8-E2B9-4ABC-B4FA-8481AEE8C17A@microsoft.com...
> Is there any way to hide a TabPage that is already inserted into a
> TabControl?
> The method Hide doesn't seem to work.
> Thank you
> Cezar