How to word wrap tab title in a tab control

C

ColinC

Hi,

as a newbie to Visual Studio C# Forms development, I'd like some advice on
the following.

I have a form with a tab control. I have some tab titles that are three
words e.g "house & garden" This makes the tab quite long compared to other
tabs and means that not all tabs can be displayed on the screen.

I want these to be displayed on the tab title as
"house &
garden"

Any ideas how I can put this word wrap into the tab title?
 
K

Klatuu

You are in the wrong news group. This is for Access. Try looking in the C#
section of Visual Tools & Languages
 
C

ColinC

Hi Klatuu,

yes, I spotted that just after I hit the post but could not see how I could
then remove it

sorry for cluttering with irrelevancies.
 
K

Klatuu

No problem, Not complaining, was just trying to help get you to the correct
place to get help.
 
Top