Multiline Tooltip issue

Issue #2 resolved
Noah I repo owner created an issue

11:46 <kolton> so \n gets stripped from tooltip text before you can see it in e.LinkText.Split('#')[1] 11:47 <kolton> if i use some arbitrary text and replace it with Environment.NewLine it will make multiline tooltips 11:47 <kolton> like this e.LinkText.Split('#')[1].Replace("bb", Environment.NewLine) 11:47 <kolton> and i print line1 bb line2 and it works

Comments (1)

  1. Noah I reporter

    added &$ as delimiter for new line the tooltip does not support newline characters so this is a workaround

  2. Log in to comment