Is it possible to change the style (specifically the color) of a single node in a treeview based on a condition?
I have a dynamically built treeview that shows all of the employees who report to a specific manager (as well as all of the employees who report to the managers's employees). The employee has to complete an action, and then the manager completes an action for each employee. I'd like to change the employee name in the treeview from black to green when the employee has completed their action, so the manager can tell at a glance which employees are ready for step 2.
Is this even possible? Everything I've found so far changes the style for the entire tree, rather than for a specific node.
I have a dynamically built treeview that shows all of the employees who report to a specific manager (as well as all of the employees who report to the managers's employees). The employee has to complete an action, and then the manager completes an action for each employee. I'd like to change the employee name in the treeview from black to green when the employee has completed their action, so the manager can tell at a glance which employees are ready for step 2.
Is this even possible? Everything I've found so far changes the style for the entire tree, rather than for a specific node.