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
235
Wrapping text in UltraToolbarsManager tooltips
posted

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

Parents
No Data
Reply
  • 12875
    posted

    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

     

Children
No Data