This question is locked. New answers and comments are not allowed.
I'm dynamically creating my tree nodes at the client. I create a RadTreeViewItem and add it to the tree. As I traverse my structure, adding the items, if any item represents overridden data, I'm trying to draw those items of the hierarchy in a different color to help users find those tree nodes that have overridden data.
Whenever I set the foreground property of a treeviewitem to my new color, all it's children all the way down it's hierarchy are also changed to the same color. I only want to change the color of that specific treeviewitem. I'm walking the hierarchy up from there and also changing all the parent's to the new color.
Am I doing something wrong?
Whenever I set the foreground property of a treeviewitem to my new color, all it's children all the way down it's hierarchy are also changed to the same color. I only want to change the color of that specific treeviewitem. I'm walking the hierarchy up from there and also changing all the parent's to the new color.
Am I doing something wrong?
