Bolding Treeview nodes !!!!
Hi
I am using vb.net 2002
Actualy i want to bold some nodes depends on some condtions.
i used this code for bolding
N.NodeFont = New Font(Me.Font, FontStyle.Bold)
its working fine..
problem is ,suppose node text was "Microsoft Book"
after bolding that node, it may loose some charactor .for eg. it will become "Microsoft Bo" or "Microsoft Boo"
its depends on its length.Depends upon its length we may lose more charactors.
how can i overcome this?
thanks in advance

