Hello,
I'm using an ultratabcontrol, and some images to each ultratabpage header. But I want to make the header of each ultratabpage displayed in two lines, and not one, since they are too big. Is this possible?
Thanks
Hello Struski,
You could do that by using the following string “\n”. Please take a look at the next line of code:
ultraTabControl1.Tabs[1].Text = "Veeeeeeeeeeee\neeeeeeeeeeeeeeery long title";
Feel free to contact us if you need any additional assistance.