Remove tab

Hi, How can I remove a tab from my tabcontroladv in vb.net? Thanks Ben

1 Reply

AD Administrator Syncfusion Team May 13, 2005 09:20 AM UTC

Hi Ben, If you wish to hide the tab, then you could set the TabPageAdv''s TabVisible property to false. If you wish to remove the TabPageAdv from the TabControlAdv, then use the Remove method to remove the concerned TabPageAdv from the TabControlAdv''s TabPages collection as shown in code below : tabControlAdv1.TabPages.Remove(tabPageAdv1) Let me know if you need any additional information. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Up arrow icon