Does anyone know how to prevent a Windows.Forms.Treeview node's text being cropped if the node's font size is increased or changed to bold? The text seems to be cut off roughly where the text would have displayed to if it were in the treeview's font - the final letter is often chopped off part-way through, even though there is plenty of space following.
The only work-around I have found is to set the Treeview's font to bold (or larger) and then set the font of all the other nodes (the ones I don't want emphasized) to the regular/smaller font. The problem with this is that the nodes' tooltips display in the treeview's font (ie bold/larger).