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
470
Tab text with 2 lines?
posted

Normal 0 21 false false false DE X-NONE X-NONE

Hallo!

 

Is it possible to add a second line to a tab header?

Please see attached excample.

 

Thanks

Marco

  • 20872
    Offline posted

    Hello Marco,

    You could do that by using the following:

     ultraTabControl1.Tabs[Index].Text = "Text " + Environment.NewLine + " second line";

    Please let me know if you require any other assistance.