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
100
How can I display dotted lines (link) between a tree Node and its children Nodes?
posted

How can I display dotted lines (link) between a tree Node and its children Nodes?

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Maybe you are referring to the functionality typically known as "Connector Lines"? You can use your Visual Studio design time surface and pick one of the presets supporting this out of the box, for example the "Classic Tree With Lines Connectors" preset. The preset selection dropdown is available directly on the UltraWebTree Smart Tag in the Design Time surface.

    Alternatively, you can try setting the "WebTreeTarget" property of your treeview instance to "ClassicTree" and see if it works fine in your scenario.

    Please, let me know if I am missing something or the suggestions do not work in your project. 

Children