Hide TabControlAdv Header

I am using the TabControlAdv in my project and want to navigate between the tabPages using external buttons in my own, "external" navigation bar.
So far it was really easy. But now I want to hide the header of the tabControlAdv, to make it only possible to switch between the tabPages using my own buttons.
I was wondering that there is no Property that makes it possible to simply hide the tab bar. I found a similar thread in the forum (ThreadID: 42620) which handled kind of the same issue. The presented solution was to set this.tabPageAdv1.TabVisible = false; But doing this hides the complete TabPage and not only the navigation bar. I also tried around with the TabStyles, but found no solution for my problem.

Is there any way to hide the navigation bar of the TabControlAdv, while still using the TabPages?
Regards, Constantin

1 Reply 1 reply marked as answer

UN Unknown Syncfusion Team July 28, 2020 12:01 PM UTC

Hi Constantin, 

Thanks for contacting Syncfusion support. 

We have checked your query “Need to hide tab panel and tab page headers in TabControlAdv” and it can be achieved by disabling the TabVisible property of each tab pages in TabControlAdv. Please refer the below sample and screenshot for same. 


Screenshot :  
 

Regards, 
Niranjan Kumar Gopalan 


Marked as answer
Loader.
Up arrow icon