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 = "Notification\nStatus";

Regards,
Githanjali

Loader.
Up arrow icon