Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
NET TreeView control does not supports tristate. So we extended the functionality and created Extentended treeview and treenode.
But when we extend treenode then ForeColor and BackColor properties of treenode are not functioning properly.

When we are trying to change ForeColor Property for Extended TreeNode at runtime then it sets the ForeColor Property to specied value but we are unable to see changes in forecolor of treenode visually

So we are unable to show color changes of extended treenode in extended treeview.

Codes for Extended TreeView and extended TreeNode were reffered from article: Tri-State TreeView control for .NET 1.1[^]

Please provide some solution for this.

Thank You
Firoj Khan
Posted
Updated 7-Aug-10 5:48am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900