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 truncated text in tabs

Hi,

I'm using a TabControlAdv with the Office2007 renderer and unfortunately having some issues.

I set the text on my tab to "Notification Status" but it displays as "Notification St...". This will obviously happen with every long title.

Is there any way to lengthen the width of tab header so the full text displays whilst keeping the Office 2007 theme?

John

1 Reply

GS Githanjali S Syncfusion Team November 30, 2009 12:49 PM UTC

Hi John,

You can set the MultilineText property to display long titles,
this.tabControlAdv1.MultilineText = true;
this.tabPageAdv1.Text = "NotificationStatus";

Regards,
Githanjali

Loader.
Live Chat Icon For mobile
Up arrow icon