Different colors for Treeview nodes? 
Author Message
 Different colors for Treeview nodes?

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  
 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).

> Thanks in advance.
> Vincas Stepankevicius



Thu, 25 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. TreeView : How to set a different color to node's Caption

2. TreeView : How to set a different color to node's Caption

3. TreeView : How to set a different color to node's Caption

4. TreeView : How to set a different color to node's Caption

5. TreeView : How to set a different color to node's Caption

6. Setting different tooltips for different TreeView nodes

7. Adding a node to a treeview from a different thread

8. Move Treeview Child Node To Different Parent

9. Set Treeview Nodes to different TextColor

10. Moving Treeview Node to same level but different position

11. Can treeview nodes change color?

12. Treeview node color

 

 
Powered by phpBB® Forum Software