Hi,
I´m trying to "Highlight" one of the tree nodes by doing "node.Override.NodeAppareance.BackColor = Color.Red;" and it is not working; I have also tried changing all other node appareances but the only one that is working is "ExpandedNodeAppearance" (but only for expanded nodes of course). What I´m doing wrong? could be a conflict with the ISL?
Thanks
I don't think this is an isl problem. Isl files should only affect the application level. Setting the BackColor on any individual node should override the Isl file settings.
My guess is that this might have to do with themes or the style of the control. But it's impossible to say for sure without more information. Can you post a small sample project demonstrating the issue so we can check it out?
Changing the ResolutionOrder worked, but at the end I discovered that using the "HotTrackingNode" property worked better for me.
Thank you both