hi. is it possible to define a another fontstyle only for first 2 level of a 3 level treeview?
i want an another font for the leafs of the treeview.
how can i do this?
thx
milosz
Printable View
hi. is it possible to define a another fontstyle only for first 2 level of a 3 level treeview?
i want an another font for the leafs of the treeview.
how can i do this?
thx
milosz
Try this: (you could use a loop to set the levels)
tvwXXX.Nodes(0).Nodes(2).NodeFont = New Font("Arial", 10)