How to get Tooltip to show tooltip in multiple lines?

Have implemented Tooltip in on a cell in Table control.

What is happening is when user hovers mouse on any cell in a particular column we are showing tooltip.

But the problem is that the tooltip tends to show up in a single line even if the amount of text in the tooltip is large.

Instead of that can we fix the max width of tooltip and force it to wrap the text to multiple lines?

1
6 replies