tags:

views:

233

answers:

2

I am trying to have a tooltip on multiple lines. how do i do this?

+7  A: 

Put a newline (use Environment.Newline) into the actual tooltip text.

JaredPar
A: 

If you use jquery there is a great tooltip example here - http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery

You can use html in the title or add an image. It's very flexible and easy to get up and running.

TGuimond
this is winforms
Eduardo Campañó
ohh, sorry mate!
TGuimond