Hi,
I have an ultratabcontrol with tab orientation set to LeftTop and TextOrientation set to Horizontal.
Can a tab wrap its caption? If so, how can I do that?
I have one tab that has a longer caption than the other and only the first word is visible and the rest is cut off.
however, the height of this tab is about 3 times the height of all the other tabs.
Thanks,
I don't believe text wrapping is available, but you can add newline characters ('\n') to the tab text and they will be honored in the text display.
Hello can you give an example. \n does not work in my app.
Regards
ok, it works! Not in the designer, but via code.