The automatic Hint popup when ShowHint is true works for the most part when the item is partially hidden by the width of the treeview. However, if the item text is in HTML, it does not render the HTML even if HTMLHint is true but instead shows the markup.
If it is not possible to render HTML when the HTMLHint property is true, can you make it so the Hint would show the text with all
replaced with spaces when HTMLHint is false so that even that minor markup is not presented?
Note: I do set the SpaceAsNbSp to false, and that prevents the
, however I found a few cases where I still had some with that code in there from a time where I was doing something wrong. But it still might be something to consider.