I'm populating a TreeView control at run-time and I want my first-level nodes to be in bold text. When I change font via TreeNode.NodeFont, the node isn't resized to fit with the new text size and it appears only partialy.
I know I could change the width of the node, but it won't fit to the text. Isn't there any other way?
I know I could change the width of the node, but it won't fit to the text. Isn't there any other way?