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
2115
How to have some padding for Nodes in an UltraTree?
posted

Is there a way to indent rootnodes in an UltraTree? Have a view at my screenshot. Is there a way to have the three Nodes in the left Tree have some space between the border and the image? (they are LeftImages).

Kind regards, Lieven Cardoen

Parents
  • 469350
    Suggested Answer
    Offline posted

    Are you asking about the WinTree control you using in your application? Or the one we are using in our RibbonCustomization dialog? Because your screen shot looks like our dialogs and I don't think you can access the tree to change anything inside the dialog itself.

    Root nodes in the true are indented by default. To get them to display like you have here, you would have to turn off the ShowRootLines property. So you could set ShowRootLines to true and then if you don't want the lines, set ShowLines to false.

Reply Children