Articles in this section
Category / Section

How to word wrap the text in the tab headers in WinForms TabControlAdv?

1 min read

Word wrap the text in tab header

We can wrap the header text of TabItem to next line in TabControlAdv. It can be achieved by enable the MultilineText property of TabControlAdv. The following code demonstrates the same.

C#

//To enable multiple line for Tab pages text
this.tabControlAdv1.MultilineText = true;

VB

'To enable multiple line for Tab pages text
Me.tabControlAdv1.MultilineText = True

Screenshot

Show the multi line text in tab headers

Samples:

C#:  TabControlAdvSample

VB:  TabControlSample

Reference link: https://help.syncfusion.com/windowsforms/tabcontrol/alignment#multiline-support

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied