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
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.
It's not the RibbonCustomizationDialog. I'm programming one of my own because I need a lot more functionality, but I am taking the RibbonCustomizationDialog as a starting point.
So my question still remains, is there way to not have the Images as close to the Border? (And I really don't want to use Creation and DrawFilters).