TOOLKIT then it seems you have to make the header text invisible too.
I did this using:
if (!viewedPreferences.ShowHealthInProfile)
{
TabPanelHealth.Visible = viewedPreferences.ShowHealthInProfile;
TabPanelHealth.HeaderText = string.Empty;
}
No comments:
Post a Comment