Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1290
How do I change the icons of the + and - signs
posted

As per the topic,

how do I change the icons of the expand and minimise tree node icons?

  • 69832
    Suggested Answer
    Offline posted

    See UltraTree.ExpansionIndicatorImageCollapsed, UltraTree.ExpansionIndicatorImageExpanded, et. al. (2008.1 and later).

  • 469350
    Offline posted

    There's no property in the tree to allow you to specify custom images for the expansion indicators.

    You can use the tree's DisplayStyle to switch to a Windows Vista-style tree.

    If you want to specify your own custom images, you would have to use AppStylist. You would go to the TreeNodeExpansionIndicator UIRole and you can set an Image on the Expanded and Normal (collapsed) states.