I need to apply formatting – specifically, bold text – to the tooltip used by a DataGridView in virtual mode. I can set the text in the CellToolTipTextNeeded event, but it doesn’t support HTML tags; is there some other syntax I should be using? I don’t want to have to reimplement tooltip support myself.
Share
You can use the HtmlToolTip from http://www.codeproject.com/KB/GDI-plus/HtmlRenderer.aspx
Work for me with .net 3.5