TabControlAdv: Hide tab bar when only one page

I am using a TabControlAdv and usually there will be multiple tabs. However, in some cases, there may only be one tab page and I would like to hide the tab bar when there is only one tab page. Is there an easy way to do that?

1 Reply

MJ Mano J Syncfusion Team April 3, 2006 04:06 PM UTC

Hi Shaun, Please try setting the tabPage''s TabVisible property to false to hide the tab header. this.tabPageAdv1.TabVisible = false; Let me know if this helps you. Regards, Mano

Loader.
Up arrow icon