Hi
We are using UltraToolbarsManager to display the text of labels in tooltip if legth of text increases the label width. But tooltip is displaying in single line. Please suggest what should be done to display it in multi line.
Also sometimes text is getting truncated
Thanks
Narinder
Hi Narider,
If you add a UltraToolTipManager to your project you will be able to access the SharedProps on the UltraToolbarsManager of the items and access the ToolTipTextFormatted value. A dialog will open that allows you to enter the text as either Raw Text (including HTML <br/> tags or as Formated Text where you can type apply carriage control from the enter key as you would in a document. You can format the text with fonts, color, hyperlinks, images.
Hope this helps.
Marianne