Browse By Tags

  • How to retrieve UltraTree resolved override appearances

    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

  • Modifying the UltraTreeNode's default tool tip color affects the UltraToolbarsManager's tooltip in metrodark theme

    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…

  • Is it possible to specify a StyleSet on an UltraTreeNode?

    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…