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
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.