I noticed that if I use "\n" to insert a line break in a tooltip (either via Control.SetTooltip() or in a markup control using the corresponding tag), the text is passed "as is".
Is there a way to include a line break in a control's tooltip? Sometimes it's necessary to make the legend more understandable.