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
2387
Making a tooltip wrap
posted

I have a very long tooltip, is there any way to make it wrap?

Parents
No Data
Reply
  • 469350
    Offline posted

    Tooltips will automatically wrap if they get longer than the screen.

    You might also be able to create wrapping by putting Environment.NewLine characters into your ToolTipText.

    Other than that, I don't think there is a way to set a maximum width on the tooltips - at least not using UltraToolTipManager. But there might be another way to do it depending on what control you are using and what kind of tooltips you need to show.

Children
No Data