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