We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TabControlAdv visible tabs

So I have a TabControlAdv with a number of tabs of type TabPageAdv.
Neither of the following hide the tab. Its tab is still visible, and all its content is still visible.

aTab.TabVisible = false;
aTab.Visible = false;

What gives? The debugger shows TabVisible = false.

2 Replies

IB ian bradley June 20, 2012 10:39 AM UTC

I think we've solved this one. 


SG Selva Ganapathy Kathiresan Syncfusion Team June 25, 2012 03:37 AM UTC

Hi Ian,

Thank you for your interest in Syncfusion product.

We can hide the "TabPageAdv" by using the following code snippet.

[C#]

This.tabPageAdv1.Hide();

Please let us know if you have any concerns.

Regards,

Selva Ganapathy K

Loader.
Live Chat Icon For mobile
Up arrow icon