Hi just ran into an odd problum with treeview node text I add a top node and I wanted it's text in bold. The bold works fine but half the text is missing
Here an example
vbnet Code:
Dim sFont As New Font("Verdana", 8, FontStyle.Bold) Tv1.Nodes.Add("TOP", "0123456789", 0, 0)
The code above for me only shows 012345678 and not showing the 9 any ideas if I use regular style it works fine only happens when I apply the bold style.




Reply With Quote