Html ToolTip

0
0

Hi!

Could you show a valid sample of ToolTip with rendered html?
I am trying to show my tip and have got content of the tip displayed but not rendered:

var tip = new ToolTip();
tip.AllowHtml = true;

this.Control = new PictureBox(); // this.Control is a ‘Control’ property of DataGridViewImageCell


tip.SetToolTip(this.Control, “<p><strong>some tip for user</strong></p>”);

Thanks in advance for any help!
Stanislav

  • You must to post comments
0
0

Hi Stanislav,

WJ-8238 is fixed in the latest Wisej release (1.3.65).

Best regards
Frank

  • You must to post comments
1
0

Hi Stanislav,

Thank you. I have logged issue WJ-8238 for it.

We´ll inform you when it´s fixed.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.