Long multi-line tooltips cut off if first line is too short

Viewed 24

Trying to show a balloon hint in Windows normally works fine:

Looket here
• This is a short line

enter image description here


And you can have very long balloon hints:

Looket here
• This is a a very long line, certainly longer than the last example

enter image description here


And you can have multi-line hints:

Looket here
• This is a a very long line
• This is a bit shorter
• Shorter still
• Shortest

enter image description here

But Windows falls over dead when the first line is short

It seems that the maximum length of subsequent lines of a multi-line balloon hint is dictated by the length of the first line:

Looket here
• But short first line ⇐ shorter
• This is a a very long line ⇐ than this one
• This is a bit shorter
• Shorter still
• Shortest

enter image description here


How do i tell the Windows tooltip control to not cut off text on subsequent lines if the first line happens to be shorter than any subsequent lines?

Bonus Reading

  • MSDN Forums (2006): Tooltips Cut Off (bunch of keyboard jockies didn't bother to even try it for themselves, and instead just threw out random streams of consciousness)
0 Answers
Related