Hi,
I am using a style library with the UltraTree control and I need to retrieve the resolved Override.NodeAppearance, Override.HotTrackingNodeAppearance, and the Override.SelectedNodeAppearance. How can I do this?
Thank You,Tracy
Hello,
In our project we are using classic and metro dark themes. In metro dark theme changing the ultra treenode's foreground color of default tooltip in isl file(Appstylist) . This affects UltraToolbarsManager's tooltip also. some controls are not…
Hi
I have an UltraTree which displays some data. I want to change the BackColor of some nodes according to its value.
I can do it "statically" in the InitializeDataNode event like this:
void tree_InitializeDataNode(object sender, Infragistics…