G Guest Mar 11, 2005 #1 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
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
A Adrian Mar 11, 2005 #2 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.
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.
M Mick Doherty Mar 11, 2005 #3 http://dotnetrix.co.uk/tabcontrols.html --> Hide and show tabpages in a tabcontrol