The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
MJMano 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