Is it possible to set different color for some nodes in the same Treeview control? If so, please, drop an example (duplicate it by e-mail, if possible).
Thanks in advance. Vincas Stepankevicius
Wed, 24 Jul 2002 03:00:00 GMT
W. Weilenman #2 / 2
Different colors for Treeview nodes?
Try this:: dim nodx as node set nodx = Treeview1.add (xxx) nodx.backgroundcolor = color xxx
Greetings W. Weilenmann
Quote:
> Is it possible to set different color for some nodes in the same Treeview > control? If so, please, drop an example (duplicate it by e-mail, if > possible).