Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
Header with multiline
posted

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

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

Children
No Data