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
Hi Stanislav,
WJ-8238 is fixed in the latest Wisej release (1.3.65).
Best regards
Frank
Hi Stanislav,
Thank you. I have logged issue WJ-8238 for it.
We´ll inform you when it´s fixed.
Best regards
Frank
Please login first to submit.